Skip to content

Commit

Permalink
UI: VAULT-16309 Update OIDC navbar name to OIDC provider (#20631)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiannaquach authored May 18, 2023
1 parent 7ec3daa commit 1c6d5ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/app/components/sidebar/nav/access.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))}}
Expand Down
2 changes: 1 addition & 1 deletion ui/tests/acceptance/sidebar-nav-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
2 changes: 1 addition & 1 deletion ui/tests/integration/components/sidebar/nav/access-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1c6d5ff

Please sign in to comment.