From 9f402468c92cb57ef42eae92036d39f3ce23580d Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 17 Nov 2023 09:47:35 +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 265c0fc..05778fa 100644
--- a/kicker.json
+++ b/kicker.json
@@ -69,6 +69,11 @@
           "name": "VAULT_BASE_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",
           "description": "The [AppRole](https://www.vaultproject.io/docs/auth/approle) RoleID",
-- 
GitLab