Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ The tool requires the following environment variables to be set (as GitLab CI se | Name | description | default value | | ----------------- | -------------------------------------- | ----------------- | | `VAULT_BASE_URL` | The Vault server base API url | _none_ | | `VAULT_BASE_URL` | The Vault server base API url, including the API version prefix (ex: `https://vault.secrets.acme.host/v1`) | _none_ | | `VAULT_NAMESPACE` | The Vault [Namespace](https://www.vaultproject.io/api-docs#namespaces) to retrieve secrets into | _none_ | | `VAULT_BASE_AUTH_APPROLE_PATH`| The base [AppRole authentication](https://www.vaultproject.io/api-docs/auth/approle) API path | `/auth/approle` | | `VAULT_BASE_AUTH_JWT_PATH` | The base [JWT/OIDC authentication](https://www.vaultproject.io/api-docs/auth/jwt) API path | `/auth/jwt` | Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ The tool requires the following environment variables to be set (as GitLab CI se | Name | description | default value | | ----------------- | -------------------------------------- | ----------------- | | `VAULT_BASE_URL` | The Vault server base API url | _none_ | | `VAULT_BASE_URL` | The Vault server base API url, including the API version prefix (ex: `https://vault.secrets.acme.host/v1`) | _none_ | | `VAULT_NAMESPACE` | The Vault [Namespace](https://www.vaultproject.io/api-docs#namespaces) to retrieve secrets into | _none_ | | `VAULT_BASE_AUTH_APPROLE_PATH`| The base [AppRole authentication](https://www.vaultproject.io/api-docs/auth/approle) API path | `/auth/approle` | | `VAULT_BASE_AUTH_JWT_PATH` | The base [JWT/OIDC authentication](https://www.vaultproject.io/api-docs/auth/jwt) API path | `/auth/jwt` | Loading