Skip to content

Can't generate AWS credentials using roles #193

Open
@craigday

Description

@craigday

You should be able to generate dynamic AWS credentials by role by writing to /aws/creds/RoleName e.g.

LogicalResponse credentialsResponse = vault.logical()
.write("aws/creds/SomeRole", Collections.singletonMap("ttl", "180s"));

Unfortunately vault-java-driver internally changes this path to /aws/data/creds/SomeRole

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions