mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
Deprecated authRequired in favor of security.authc.enabled (#202414)
## Summary Deprecated `authRequired` in favor of `security.authc.enabled`. ### Checklist - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) __Closes: https://github.com/elastic/kibana/issues/191711__ --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
62c1333303
commit
4feed672e3
3 changed files with 14 additions and 7 deletions
|
@ -45,7 +45,6 @@ interface KibanaRequest {
|
|||
path: string;
|
||||
method: 'get' | 'post' | ...
|
||||
options: {
|
||||
authRequired: boolean;
|
||||
tags: string [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue