Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Support for "bind_secret_id" in Approle auth method #520

Closed
yogesh-mishra-pagero opened this issue Feb 2, 2024 · 0 comments · Fixed by #522
Closed

[FEAT] Support for "bind_secret_id" in Approle auth method #520

yogesh-mishra-pagero opened this issue Feb 2, 2024 · 0 comments · Fixed by #522
Labels
enhancement New feature or request

Comments

@yogesh-mishra-pagero
Copy link

While trying to fetch secrets from Vault using approle auth method. It is currently not possible to use only the RoleID to fetch the secrets.
Which should be allowed.

Describe the solution you'd like

Enable support for "bind_secret_id" in approle authentication method of the vault github action. As described in the link --> https://developer.hashicorp.com/vault/docs/auth/approle#secretid

Describe alternatives you've considered

Using the vault cli to do the same activity. Which makes for a brittle way of doing that.

Additional context

https://github.com/hashicorp/vault-action?tab=readme-ov-file#approle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant