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 7ec3daa3f1
commit 1c6d5ff0cd
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@
/> />
{{/if}} {{/if}}
{{#if (has-permission "access" routeParams="oidc")}} {{#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}}
{{#if (and (has-feature "Control Groups") (has-permission "access" routeParams="control-groups"))}} {{#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 = [ const links = [
{ label: 'Multi-factor authentication', route: '/vault/access/mfa' }, { 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: 'Groups', route: '/vault/access/identity/groups' },
{ label: 'Entities', route: '/vault/access/identity/entities' }, { label: 'Entities', route: '/vault/access/identity/entities' },
{ label: 'Leases', route: '/vault/access/leases/list' }, { 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', 'Back to main navigation',
'Authentication methods', 'Authentication methods',
'Multi-factor authentication', 'Multi-factor authentication',
'OIDC', 'OIDC provider',
'Control Groups', 'Control Groups',
'Namespaces', 'Namespaces',
'Groups', 'Groups',