mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Chore: Move TLS settings to the Extra Security Measures section (SSO Settings UI) (#83602)
Move TLS settings to the Extra Security Measures section
This commit is contained in:
parent
757fa06b85
commit
91cd17f012
@ -86,13 +86,12 @@ export const sectionFields: Section = {
|
||||
{ name: 'teamIdsAttributePath', dependsOn: 'defineAllowedTeamsIds' },
|
||||
'usePkce',
|
||||
'useRefreshToken',
|
||||
'tlsSkipVerifyInsecure',
|
||||
'tlsClientCert',
|
||||
'tlsClientKey',
|
||||
'tlsClientCa',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'TLS',
|
||||
id: 'tls',
|
||||
fields: ['tlsSkipVerifyInsecure', 'tlsClientCert', 'tlsClientKey', 'tlsClientCa'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user