Skip to content

Commit

Permalink
Update links to Backend Roles documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 29, 2022
1 parent b2c9b6f commit 4532780
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ export const DocLinks = {
'https://opensearch.org/docs/latest/security-plugin/configuration/configuration/#authorization',
AuthenticationFlowDoc:
'https://opensearch.org/docs/latest/security-plugin/configuration/concepts/',
AccessControlDoc:
'https://opensearch.org/docs/latest/security-plugin/access-control/index/',
UsersAndRolesDoc:
'https://opensearch.org/docs/latest/security-plugin/access-control/users-roles/',
CreateRolesDoc:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function BackendRolePanel(props: {
<PanelWithHeader
headerText="Backend roles"
headerSubText="Backend roles are used to map users from external authentication systems, such as LDAP or SAML to OpenSearch security roles."
helpLink={DocLinks.AttributeBasedSecurityDoc}
helpLink={DocLinks.AccessControlDoc}
optional
>
{generateBackendRolesPanels(state, setState)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export function ExternalIdentitiesPanel(props: {
<PanelWithHeader
headerText="Backend roles"
headerSubText="Use a backend role to directly map to roles through an external authentication system."
helpLink={DocLinks.CreateUsersDoc}
helpLink={DocLinks.AccessControlDoc}
>
{panel}
<EuiSpacer />
Expand Down

0 comments on commit 4532780

Please sign in to comment.