From 4eff55d8e3a965c22d8645f4786745432c711dcb Mon Sep 17 00:00:00 2001
From: Bertrand Goareguer <bertrand.goareguer@gmail.com>
Date: Wed, 23 Feb 2022 19:55:29 +0000
Subject: [PATCH] Resolve "Vault JWT authentication not working"

---
 templates/gitlab-ci-gcloud-vault.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/templates/gitlab-ci-gcloud-vault.yml b/templates/gitlab-ci-gcloud-vault.yml
index 1726845..8a8b94e 100644
--- a/templates/gitlab-ci-gcloud-vault.yml
+++ b/templates/gitlab-ci-gcloud-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"
 
 .gcp-base:
   services:
-- 
GitLab