Skip to content

Commit

Permalink
"Internal User"
Browse files Browse the repository at this point in the history
Signed-off-by: Sam <samuel.costa@eliatra.com>
  • Loading branch information
samuelcostae committed Nov 7, 2023
1 parent 273f9d8 commit 388328d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/apps/configuration/panels/user-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,25 +195,25 @@ export function UserList(props: AppDependencies) {
<>
<EuiPageHeader>
<EuiTitle size="l">
<h1>Internal accounts</h1>
<h1>Internal users</h1>
</EuiTitle>
</EuiPageHeader>
<EuiPageContent>
<EuiPageContentHeader>
<EuiPageContentHeaderSection>
<EuiTitle size="s">
<h3>
Internal accounts
Internal users
<span className="panel-header-count">
{' '}
({Query.execute(query || '', userData).length})
</span>
</h3>
</EuiTitle>
<EuiText size="xs" color="subdued">
The Security plugin includes an internal account database. Use this database in place
The Security plugin includes an internal user database. Use this database in place

Check failure on line 214 in public/apps/configuration/panels/user-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (ubuntu-latest)

Insert `·of,`

Check failure on line 214 in public/apps/configuration/panels/user-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (windows-latest)

Insert `·of,`

Check failure on line 214 in public/apps/configuration/panels/user-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (macos-latest)

Insert `·of,`
of, or in addition to, an external authentication system such as LDAP server or Active

Check failure on line 215 in public/apps/configuration/panels/user-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (ubuntu-latest)

Delete `·of,`

Check failure on line 215 in public/apps/configuration/panels/user-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (windows-latest)

Delete `·of,`

Check failure on line 215 in public/apps/configuration/panels/user-list.tsx

View workflow job for this annotation

GitHub Actions / Run unit tests (macos-latest)

Delete `·of,`
Directory. You can map an internal account to a role from{' '}
Directory. You can map an user account to a role from{' '}
<EuiLink href={buildHashUrl(ResourceType.roles)}>Roles</EuiLink>
. First, click into the detail page of the role. Then, under “Mapped users”, click
“Manage mapping” <ExternalLink href={DocLinks.MapUsersToRolesDoc} />
Expand All @@ -224,7 +224,7 @@ export function UserList(props: AppDependencies) {
<EuiFlexItem>{actionsMenu}</EuiFlexItem>
<EuiFlexItem>
<EuiButton fill href={buildHashUrl(ResourceType.users, Action.create)}>
Create internal account
Create user account
</EuiButton>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit 388328d

Please sign in to comment.