mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Change debug message when security is disabled (#138667)
This commit is contained in:
parent
79763f2581
commit
a0b0a8b8e5
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ export class AuthenticationService {
|
|||
// If security is disabled, then continue with no user credentials.
|
||||
if (!license.isEnabled()) {
|
||||
this.logger.debug(
|
||||
'Current license does not support any security features, authentication is not needed.'
|
||||
'Authentication is not required, as security features are disabled in Elasticsearch.'
|
||||
);
|
||||
return t.authenticated();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue