mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 09:51:16 -04:00
Added missing backslash in iam identity guide (#6193)
This commit is contained in:
parent
3bb2dbbdfb
commit
f95ac48db8
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ attached.
|
|||
|
||||
```plaintext
|
||||
$ vault write identity/entity-alias name="bob" \
|
||||
canonical_id=<entity_id>
|
||||
canonical_id=<entity_id> \
|
||||
mount_accessor=<userpass_accessor>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue