From 87cd6b1f9bc861d64850d8eb7fbdb8ab04480d7c Mon Sep 17 00:00:00 2001 From: Jenny Kim Date: Thu, 12 Dec 2024 16:58:41 -0500 Subject: [PATCH] add token rotation token to vault --- .gitlab/ci/protected-vault-tokens.gitlab-ci.yml | 3 ++- .gitlab/ci/secrets.gitlab-ci.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/protected-vault-tokens.gitlab-ci.yml b/.gitlab/ci/protected-vault-tokens.gitlab-ci.yml index cb2091fab..5e4bcce27 100644 --- a/.gitlab/ci/protected-vault-tokens.gitlab-ci.yml +++ b/.gitlab/ci/protected-vault-tokens.gitlab-ci.yml @@ -2,4 +2,5 @@ extends: - .tokens-for-all-branches - .renovate-gitlab-token - - .grafana-api-token \ No newline at end of file + - .grafana-api-token + - .token-rotation-54663817 diff --git a/.gitlab/ci/secrets.gitlab-ci.yml b/.gitlab/ci/secrets.gitlab-ci.yml index 362f8ea79..5875e4eda 100644 --- a/.gitlab/ci/secrets.gitlab-ci.yml +++ b/.gitlab/ci/secrets.gitlab-ci.yml @@ -37,3 +37,9 @@ SLACK_TOKEN: vault: ${VAULT_SECRETS_PATH}/protected/shared/slack/token@ci <<: *common-keys + +.token-rotation-54663817: + secrets: + TOKEN_ROTATION_54663817: + vault: ${VAULT_SECRETS_PATH}/protected/shared/token-rotation-54663817/gitlab_token@ci + <<: *common-keys -- GitLab