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

Backport PR #89 (Add alias types for IAM and GCE logins) to release/vault-1.4.x #95

Merged
merged 1 commit into from Apr 28, 2020

Commits on Apr 28, 2020

  1. Add alias types for IAM and GCE logins (#89)

    Resolves hashicorp/vault#8761
    
    Allows users to specify an alias type field for IAM and GCE logins which
    will then switch between the current behavior (a unique ID for IAM, and
    the instance ID for GCE) and a newly created role_id field. The role_id
    is a UUID generated when the role is created. All existing roles without
    a role_id will have one generated and saved when the role is read or
    written.
    pcman312 committed Apr 28, 2020
    Copy the full SHA
    44ab5dd View commit details
    Browse the repository at this point in the history