From b2910e05a3e725b7486db9f86daf79233a7a5007 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 17 Nov 2023 10:33:29 +0100 Subject: [PATCH] docs: add VAULT_OIDC_AUD to kicker --- kicker.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kicker.json b/kicker.json index 69ce96e..490d410 100644 --- a/kicker.json +++ b/kicker.json @@ -246,6 +246,11 @@ "description": "The Vault server base API url", "mandatory": true }, + { + "name": "VAULT_OIDC_AUD", + "description": "The `aud` claim for the JWT", + "default": "$CI_SERVER_URL" + }, { "name": "VAULT_ROLE_ID", "description": "The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID", -- GitLab