| `VAULT_BASE_URL` | The Vault server base API url | _none_ |
| :lock: `VAULT_ROLE_ID` | The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID | **must be defined** |
| :lock: `VAULT_SECRET_ID` | The [AppRole](https://www.vaultproject.io/docs/auth/approle) SecretID | **must be defined** |
> :information_source:
>
> `VAULT_ROLE_ID` and `VAULT_SECRET_ID` can be replaced by `VAULT_JWT_ROLE` and `VAULT_JWT_TOKEN`. More informations can be found [HERE](https://docs.gitlab.com/ee/ci/examples/authenticating-with-hashicorp-vault/)
#### Usage
Then you may retrieve any of your secret(s) from Vault using the following syntax: