From f1c448b7e5d0ecb20ba9ce4b395c1496031a5389 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 17 Nov 2023 10:33:06 +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 3175bf4..c00be26 100644 --- a/kicker.json +++ b/kicker.json @@ -266,6 +266,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