mirror of https://github.com/rancher/dashboard.git
Changes after review
This commit is contained in:
parent
f5539436d2
commit
84d9639c2b
|
|
@ -228,7 +228,7 @@ authConfig:
|
|||
unrestricted: Allow any valid user
|
||||
allowedPrincipalIds:
|
||||
title: Authorized Users & Groups
|
||||
associatedWarning: 'Note: The {provider} user you authenticate as will be associated as an alternate way to login to the {vendor} user you are currently logged in as (<code>{username}</code>); all the global permissions, project, and cluster role bindings of this {vendor} user will also apply to the {provider} user.'
|
||||
associatedWarning: 'Note: The {provider} user you authenticate as will be associated as an alternate way to login to the {vendor} user you are currently logged in as <code>{username}</code>; all the global permissions, project, and cluster role bindings of this {vendor} user will also apply to the {provider} user.'
|
||||
github:
|
||||
clientId:
|
||||
label: Client ID
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ export const configType = {
|
|||
googleoauth: 'oauth',
|
||||
local: '',
|
||||
github: 'oauth',
|
||||
oidc: 'oidc',
|
||||
keycloakoidc: 'oidc'
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue