From 1b60f41c45766ce3eeb0511dcc87cb89924be8e1 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 17 Nov 2023 09:47:27 +0100 Subject: [PATCH] docs: add VAULT_OIDC_AUD in kicker --- kicker.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kicker.json b/kicker.json index 2090095..f12a997 100644 --- a/kicker.json +++ b/kicker.json @@ -137,6 +137,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