mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
UI: VAULT-16309 Update OIDC navbar name to OIDC provider (#20631)
This commit is contained in:
@@ -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"))}}
|
||||||
|
|||||||
@@ -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' },
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user