Skip to content
Snippets Groups Projects
Commit 2165716a authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: add VAULT_OIDC_AUD in kicker

parent a033a898
No related branches found
No related tags found
No related merge requests found
...@@ -223,6 +223,11 @@ ...@@ -223,6 +223,11 @@
"name": "VAULT_BASE_URL", "name": "VAULT_BASE_URL",
"description": "The Vault server base API url" "description": "The Vault server base API url"
}, },
{
"name": "VAULT_OIDC_AUD",
"description": "The `aud` claim for the JWT",
"default": "$CI_SERVER_URL"
},
{ {
"name": "VAULT_ROLE_ID", "name": "VAULT_ROLE_ID",
"description": "The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID", "description": "The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment