Add detailed documentation for identity entities and environment variables
This commit is contained in:
@@ -22,4 +22,18 @@ curl -s -X LIST -H "X-Vault-Request: true" -H "X-Vault-Token: $VAULT_TOKEN" http
|
||||
|
||||
because the Vault uses non-standard HTTP method `LIST` for listing resources.
|
||||
|
||||
---
|
||||
## Environment Variables
|
||||
|
||||
| Environment Variable | Purpose (short) |
|
||||
|-------------------------------------------|-------------------------------------------------------------------------|
|
||||
| `VAULT_ADDR` | Client/server address (API target) |
|
||||
| `VAULT_DETAILED` | Output detailed CLI information |
|
||||
| `VAULT_FORMAT` | CLI output format |
|
||||
| `VAULT_LOG_FORMAT` | Control logger format (standard/json) |
|
||||
| `VAULT_LOG_LEVEL` | Logging level for Vault |
|
||||
| `VAULT_TOKEN` | Default Vault token for client auth |
|
||||
| `VAULT_UNWRAP_TOKEN` | Pass unwrap tokens to plugin (plugin helper) |
|
||||
| `VAULT_WRAP_TTL` | Default wrap TTL for client operations |
|
||||
|
||||
> The list above is a small subset of all available environment variables, that I see most useful.
|
||||
> The rest can be found in the [ENV_VARS.md](ENV_VARS.md) file.
|
||||
|
||||
Reference in New Issue
Block a user