-
semantic-release-bot authored
## [5.5.6](https://gitlab.com/to-be-continuous/docker/compare/5.5.5...5.5.6) (2023-12-2) ### Bug Fixes * envsubst when variable contains a '&' ([f5781c83](https://gitlab.com/to-be-continuous/docker/commit/f5781c83e2234aba550f8cffafd808602940ff1d))
semantic-release-bot authored## [5.5.6](https://gitlab.com/to-be-continuous/docker/compare/5.5.5...5.5.6) (2023-12-2) ### Bug Fixes * envsubst when variable contains a '&' ([f5781c83](https://gitlab.com/to-be-continuous/docker/commit/f5781c83e2234aba550f8cffafd808602940ff1d))
gitlab-ci-docker-vault.yml 901 B
# =====================================================================================================================
# === Vault template variant
# =====================================================================================================================
variables:
# variabilized vault-secrets-provider image
TBC_VAULT_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
# 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"
VAULT_OIDC_AUD: "$CI_SERVER_URL"
.docker-base:
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "docker", "5.5.6"]
- name: "$TBC_VAULT_IMAGE"
alias: "vault-secrets-provider"
variables:
VAULT_JWT_TOKEN: "$VAULT_JWT_TOKEN"
id_tokens:
VAULT_JWT_TOKEN:
aud: "$VAULT_OIDC_AUD"