UI: VAULT-16309 Update OIDC navbar name to OIDC provider (#20631)

This commit is contained in:
Kianna 2023-05-18 08:52:28 -07:00 committed by GitHub
parent 2b5f3509e5
commit 517d4b92aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
/>
{{/if}}
{{#if (has-permission "access" routeParams="oidc")}}
<Nav.Link @route="vault.cluster.access.oidc" @text="OIDC" data-test-sidebar-nav-link="OIDC" />
<Nav.Link @route="vault.cluster.access.oidc" @text="OIDC provider" data-test-sidebar-nav-link="OIDC provider" />
{{/if}}
{{#if (and (has-feature "Control Groups") (has-permission "access" routeParams="control-groups"))}}

View File

@ -66,7 +66,7 @@ module('Acceptance | sidebar navigation', function (hooks) {
const links = [
{ label: 'Multi-factor authentication', route: '/vault/access/mfa' },
{ label: 'OIDC', route: '/vault/access/oidc' },
{ label: 'OIDC provider', route: '/vault/access/oidc' },
{ label: 'Groups', route: '/vault/access/identity/groups' },
{ label: 'Entities', route: '/vault/access/identity/entities' },
{ label: 'Leases', route: '/vault/access/leases/list' },

View File

@ -46,7 +46,7 @@ module('Integration | Component | sidebar-nav-access', function (hooks) {
'Back to main navigation',
'Authentication methods',
'Multi-factor authentication',
'OIDC',
'OIDC provider',
'Control Groups',
'Namespaces',
'Groups',