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

update entity-alias doc fix #19435

Merged
merged 1 commit into from
Mar 3, 2023
Merged

update entity-alias doc fix #19435

merged 1 commit into from
Mar 3, 2023

Conversation

maxiscoding28
Copy link
Contributor

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

Copy link
Contributor

@yhyakuna yhyakuna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

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

Successfully merging this pull request may close these issues.

2 participants