Merge pull request #423 from opensearch-project/issue#398-kerberos-support

Add warning about Kerberos support
This commit is contained in:
Naarcha-AWS 2022-02-24 11:10:39 -06:00 committed by GitHub
commit ac5fdb751c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ If `challenge` is set to `false` and no `Authorization` header field is set, the
## Kerberos
Kerberos authentication does not work with OpenSearch Dashboards. To track OpenSearch's progress in adding support for Kerberos in OpenSearch Dashboards, see [issue #907 Kerberos Auth does not exist](https://github.com/opensearch-project/security-dashboards-plugin/issues/907) in the Dashboard's Security Plugin repository. {: .warning }
Due to the nature of Kerberos, you must define some settings in `opensearch.yml` and some in `config.yml`.
In `opensearch.yml`, define the following: