Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add missing vault env from docs #83

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ The following enviroment variables can be used to configure Prism Agent:
| SECRET_STORAGE_BACKEND | Secret storage for keys and credentials. If vault is used, the vault server must be running, otherwise a database can be used for development purposes only. | Enum(vault, postgres) | vault |
| VAULT_ADDR | URL of the vault service for prism agent to use for secret management. | String | http://localhost:8200 |
| VAULT_TOKEN | Vault service auth token. | String | root |
| VAULT_APPROLE_ROLE_ID | The `role_id` for HashiCorp Vault authentication with AppRole | String | Null |
| VAULT_APPROLE_SECRET_ID | The `secret_id` for HashiCorp Vault authentication with AppRole | String | Null |
| VAULT_USE_SEMANTIC_PATH | Enable full path convention for vault secret path | Boolean | true |
| ADMIN_TOKEN | Admin token for the admin API key authentication method. | String | admin |
| API_KEY_SALT | Salt used to hash the API key. | String | JLXTS4J2qkMOgfO8 |
| API_KEY_ENABLED | Whether or not to enable API key authentication. | Boolean | true |
Expand Down
Loading