-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi there!
Thanks for the great work on the plugin.
I have sadly found a singular issue:
when creating a gitlab CI/CD job like this:
job_using_vault:
id_tokens:
VAULT_ID_TOKEN:
aud: https://vault.example.com
secrets:
DATABASE_PASSWORD:
vault: production/db/password@ops
token: $VAULT_ID_TOKEN
Gitlab looks up the the secret production/db/password for the secret engine ops:
Making the full path ops/data/production/db/password.
However, the path for tokens in this plugins provider are:
gitlab/token/[...]
Is there any reason for this mismatch? am i missing a config parameter to change this?
Metadata
Metadata
Assignees
Labels
No labels