Skip to content

Commit

Permalink
add configuration tab for ldap, okta, radius auth methods
Browse files Browse the repository at this point in the history
  • Loading branch information
meirish committed Jun 14, 2018
1 parent cc5dcfa commit d97deaa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ui/app/helpers/tabs-for-auth-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,24 @@ const TABS_FOR_SETTINGS = {
routeParams: ['vault.cluster.settings.auth.configure.section', 'configuration'],
},
],
ldap: [
{
label: 'Configuration',
routeParams: ['vault.cluster.settings.auth.configure.section', 'configuration'],
},
],
okta: [
{
label: 'Configuration',
routeParams: ['vault.cluster.settings.auth.configure.section', 'configuration'],
},
],
radius: [
{
label: 'Configuration',
routeParams: ['vault.cluster.settings.auth.configure.section', 'configuration'],
},
],
};

const TABS_FOR_SHOW = {};
Expand Down

0 comments on commit d97deaa

Please sign in to comment.