Skip to content

Commit 596041f

Browse files
authored
Update main create and mange identity page
There was a typo regarding the line around user credentials that said "with revealing" which should probably be "without revealing" Update the page as this was found by an external user
1 parent 1d20156 commit 596041f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/user-guides/create-and-manage-identity

docs/user-guides/create-and-manage-identity/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ vote_sum: 1
1212

1313
`Application Credentials` help you to avoid the practice of embedding user account credentials in configuration files. Instead, the user creates an Application Credential that receives delegated access to a single project and has its own distinct secret. The user can also limit the delegated privileges to a single role in that project. This allows you to adopt the principle of least privilege, where the authenticated service only gains access to the one project and role that it needs to function, rather than all of them.
1414

15-
This approach allows you to consume an API with revealing your user credentials, and lets applications authenticate to Keystone without requiring embedded user credentials.
15+
This approach allows you to consume an API without revealing your user credentials, and lets applications authenticate to Keystone without requiring embedded user credentials.
1616

1717
Within FlexiHPC you are able to mange `Application Credentials` from the dashboard and/or the CLI.
1818

@@ -21,4 +21,4 @@ Within FlexiHPC you are able to mange `Application Credentials` from the dashboa
2121
- [Creating and Managing Application Credentials via CLI](creating-and-managing-application-credentials-via-cli.md)
2222

2323
!!! note
24-
The Application Credential is dependent on the user account that created it, so it will terminate if that account is ever deleted, or loses access to the relevant role.
24+
The Application Credential is dependent on the user account that created it, so it will terminate if that account is ever deleted, or loses access to the relevant role.

0 commit comments

Comments
 (0)