Changes after review

This commit is contained in:
Richard Cox 2021-05-25 14:42:35 +01:00
parent f5539436d2
commit 84d9639c2b
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -13,7 +13,6 @@ export const configType = {
googleoauth: 'oauth',
local: '',
github: 'oauth',
oidc: 'oidc',
keycloakoidc: 'oidc'
};