Skip to content

Commit

Permalink
docs: add missing vault env from docs (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
patlo-iog committed Mar 18, 2024
1 parent 3774e1d commit 63c1291
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 63c1291

Please sign in to comment.