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

auth/cert: Add metadata to identity-alias #14751

Merged
merged 3 commits into from Aug 23, 2022

Commits on Aug 16, 2022

  1. auth/cert: Add metadata to identity-alias

    Add the possibility to include certificate metadata in the created
    logical.Alias (the identity alias), in addition to the metadata added
    to logical.Auth. This is analogous to the behaviour of the ldap and
    approle auth providers.
    
    This possibility can be configured by the config endpoint of the
    auth method mount and is disabled by default. We added the read
    operation on this config endpoint as well.
    
    Fixes: hashicorp#14418
    
    Signed-off-by: Peter Verraedt <peter.verraedt@kuleuven.be>
    peterverraedt committed Aug 16, 2022
    Copy the full SHA
    22e4cfe View commit details
    Browse the repository at this point in the history
  2. Add changelog for hashicorp#14751

    Signed-off-by: Peter Verraedt <peter.verraedt@kuleuven.be>
    peterverraedt committed Aug 16, 2022
    Copy the full SHA
    206ed8d View commit details
    Browse the repository at this point in the history
  3. Test the usage of cert metadata in ACL policies

    Signed-off-by: Peter Verraedt <peter@verraedt.be>
    peterverraedt committed Aug 16, 2022
    Copy the full SHA
    32d0e67 View commit details
    Browse the repository at this point in the history