mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
Make xpack.security.authc.saml.realm
mandatory and completely remove xpack.security.authProviders
and xpack.security.public
. (#38657)
This commit is contained in:
parent
120b060687
commit
ffb0b06fa3
11 changed files with 75 additions and 140 deletions
|
@ -60,13 +60,7 @@ function getProviderOptions(server: Legacy.Server) {
|
|||
return {
|
||||
client: getClient(server),
|
||||
log: server.log.bind(server),
|
||||
|
||||
protocol: server.info.protocol,
|
||||
hostname: config.get<string>('server.host'),
|
||||
port: config.get<number>('server.port'),
|
||||
basePath: config.get<string>('server.basePath'),
|
||||
|
||||
...config.get('xpack.security.public'),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue