We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that JWT auth is supported in HVAC it should be possible to clone one of the existing GCP login options and change to the JWT client
def _auth_jwt(self, client, username, password): # https://www.vaultproject.io/docs/auth/gcp.html client.auth.jwt.login(role=username, jwt=password, **self._path_kwargs())
The text was updated successfully, but these errors were encountered:
Hi, thank you for opening this feature request. StackStorm is built by a community of volunteers, so please try to help out where you can.
Sorry, something went wrong.
If my POC is successful I'll push a PR for this change.
No branches or pull requests
Now that JWT auth is supported in HVAC it should be possible to clone one of the existing GCP login options and change to the JWT client
The text was updated successfully, but these errors were encountered: