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 of update entity-alias doc fix into release/1.13.x #19453

Merged

Conversation

hc-github-team-secure-vault-core
Copy link
Contributor

Backport

This PR is auto-generated from #19435 to be assessed for backporting due to the inclusion of the label backport/1.13.x.

The below text is copied from the body of the original PR.


The name, canonical_id, and mount_accessor parameters are not required parameters for updating a entity-alias.

Example:

~ vault status -format=json | jq -r '.version'
1.12.2+ent

~ vault read -field=mount_accessor identity/entity-alias/id/$AID 
auth_userpass_29867988

~ vault write identity/entity-alias/id/$AID mount_accessor=$MA2
Key             Value
---             -----
canonical_id    fd098313-4019-c7f1-de82-7fce975bf096
id              b19fe0ef-2aa6-6a44-c103-0d5c92a234cc

~ vault read -field=mount_accessor identity/entity-alias/id/$AID 
auth_userpass_be3e3761

Overview of commits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants