From aa0bc80ae6bf8d34c75c69c5440bb3911611b9bd Mon Sep 17 00:00:00 2001 From: Bertrand Goareguer <bertrand.goareguer@gmail.com> Date: Wed, 23 Feb 2022 19:56:28 +0000 Subject: [PATCH] Resolve "Vault JWT authentication not working" --- templates/gitlab-ci-docker-vault.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/gitlab-ci-docker-vault.yml b/templates/gitlab-ci-docker-vault.yml index 5fda33c..0b60db5 100644 --- a/templates/gitlab-ci-docker-vault.yml +++ b/templates/gitlab-ci-docker-vault.yml @@ -1,10 +1,6 @@ # ===================================================================================================================== # === Vault template variant # ===================================================================================================================== -variables: - # variables have to be explicitly declared in the YAML to be exported to the service - VAULT_ROLE_ID: "$VAULT_ROLE_ID" - VAULT_SECRET_ID: "$VAULT_SECRET_ID" .docker-base: services: -- GitLab