-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add a sign JWT resource #6686
Add a sign JWT resource #6686
Comments
Does anyone have a workaround to get the JWT in terraform? Otherwise i dont see a way of using GCP auth for the vault provider. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
The
signJwt
command is used to provide the stamp of approval by a service account of some JSON payload. In particular, it is used as part of Hashicorp Vault's GCP authentication in IAM-type roles.This resource could be used in conjunction with the Vault provider; in other words, the google provider could bootstrap the authentication of a Vault provider using credentials provided in the environment variables. This would tremendously improve the usability of Vault.
New or Affected Resource(s)
One of the following:
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: