Skip to content

Feature Request: HVAC has added JWT auth #7

@cydergoth

Description

@cydergoth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions