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

Feature Request: HVAC has added JWT auth #7

Open
cydergoth opened this issue Jul 30, 2021 · 2 comments
Open

Feature Request: HVAC has added JWT auth #7

cydergoth opened this issue Jul 30, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cydergoth
Copy link

cydergoth commented Jul 30, 2021

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())

@blag blag added enhancement New feature or request help wanted Extra attention is needed labels Jul 30, 2021
@blag
Copy link

blag commented Jul 30, 2021

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.

@cydergoth
Copy link
Author

If my POC is successful I'll push a PR for this change.

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

No branches or pull requests

2 participants