Skip to content

Commit aef7da3

Browse files
committed
Update entity-alias.mdx
it was not clear for approle what the name should be the approle name or the role_id.
1 parent 7212475 commit aef7da3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/content/api-docs/secret/identity/entity-alias.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ This endpoint creates a new alias for an entity.
1919
- `name` `(string: <required>)` - Name of the alias. Name should be the identifier
2020
of the client in the authentication source. For example, if the alias belongs
2121
to userpass backend, the name should be a valid username within userpass
22-
backend. If alias belongs to GitHub, it should be the GitHub username.
22+
backend. If alias belongs to GitHub, it should be the GitHub username. If alias
23+
belongs to an approle backend, the name should be a valid role_id.
2324

2425
- `id` `(string: <optional>)` - ID of the entity alias. If set, updates the
2526
corresponding entity alias.

0 commit comments

Comments
 (0)