Files
oam/knowledge base/infisical.md
2025-08-02 22:47:51 +02:00

73 lines
1.3 KiB
Markdown

# Infisical
Open-source platform for [secrets management], PKI, and SSH access.<br/>
Centralizes application configuration, secrets and credentials management, and PKI management.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
_Identities_ are user or machine accounts. Each of them gets assigned sets of roles and permissions.<br/>
They can manage secrets in _clients_ after whey verified themselves through authentication.
_Clients_ are Infisical-developed tools for managing secrets in various infrastructure components.
<!-- Uncomment if used
<details>
<summary>Setup</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Codebase]
- [Secrets management]
### Sources
- [Documentation]
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
[Secrets management]: secrets%20management.md
<!-- Files -->
<!-- Upstream -->
[codebase]: https://github.com/Infisical/infisical
[documentation]: https://infisical.com/docs
[website]: https://infisical.com/
<!-- Others -->