-
Notifications
You must be signed in to change notification settings - Fork 140
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
HCP support #538
Comments
@mihalt Hello! You need the correct |
have you seen their url? it is something like And I should generate token each time. Also, I really don't understand what path should I use, that is required. |
@mihalt Hello, are you using HCP Vault or HCP Vault Secrets? What is HCP Vault Secrets? |
looks like Vault Secrets. The link in browser like this https://portal.cloud.hashicorp.com/services/secrets/apps/ |
@mihalt Thanks for confirming. vault-action is designed to work with HCP Vault Dedicated or Vault Enterprise. There is no integration with Vault Secrets at this time. |
Hi! Can you give an example how to use HCP here? https://github.com/hashicorp/vault-action?tab=readme-ov-file#hashicorp-cloud-platform-or-vault-enterprise
As I see from instruction on HCP Vault website I should get token from https://auth.idp.hashicorp.com/oauth2/token with usage of HCP_CLIENT_ID and HCP_CLIENT_SECRET. And after get secrets from link https://api.cloud.hashicorp.com with usage of token.
So, do you have this functionality?
The text was updated successfully, but these errors were encountered: