From aef7da306dec0b244bc062d66ef9d0965fae4dc8 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Mon, 17 May 2021 18:48:09 +0200 Subject: [PATCH] Update entity-alias.mdx it was not clear for approle what the name should be the approle name or the role_id. --- website/content/api-docs/secret/identity/entity-alias.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/api-docs/secret/identity/entity-alias.mdx b/website/content/api-docs/secret/identity/entity-alias.mdx index 30f76d105cd..aefaf0c3303 100644 --- a/website/content/api-docs/secret/identity/entity-alias.mdx +++ b/website/content/api-docs/secret/identity/entity-alias.mdx @@ -19,7 +19,8 @@ This endpoint creates a new alias for an entity. - `name` `(string: )` - Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass - backend. If alias belongs to GitHub, it should be the GitHub username. + backend. If alias belongs to GitHub, it should be the GitHub username. If alias + belongs to an approle backend, the name should be a valid role_id. - `id` `(string: )` - ID of the entity alias. If set, updates the corresponding entity alias.