Hello,
Is it possible to give a custom auth name instead of "jwt" on the pipe?
Hi @Gazi Dizdaroğlu . New pipe version released with feature you requested:
oidc: true script: - pipe: atlassian/vault-secrets:0.5.0 variables: VAULT_ADDRESS: "<your vault address>" VAULT_OIDC_ROLE: "<your created role name with attached policies in vault>" VAULT_AUTH_PATH: "my-custom-jwt-path" SECRET_PATH: "secret/foo"
Regards, Igor
Thank you so much <3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gazi Dizdaroğlu . Please, provide more details to your question.
script: - pipe: atlassian/vault-secrets:0.3.0 variables: VAULT_ADDRESS: "<your vault address>" VAULT_NAMESPACE: "<your vault namespace>" VAULT_TOKEN: "<your vault token>" SECRET_PATH: "secret/foo"
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, now i understood what your want according to:
plugin method is mounted at the
/auth/jwt
path in Vault. Since it is possible to enable auth methods at any location, please update your API calls accordingly.
Currently, pipe does not support different path, but i will add this as a feature request, and notify you when this feature will become available.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.