Make token
as a default authentication provider instead of basic
#34339
Labels
blocked
enhancement
New value added to drive a business result
Feature:Security/Authentication
Platform Security - Authentication
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Recently we introduced
token
authentication provider (relies on Token Management APIs provided by Elasticsearch) that can and should be used instead ofbasic
authentication provider. But to make that happen we should take care of the following things first:xpack.security.authc.token.enabled
can be set in Elasticsearch distribution by default in 8.0.0 (cc @elastic/es-security)token
authentication provider (Switch functional tests to usetoken
authentication provider instead ofbasic
#34337).basic
token withtoken
provider types to easily fall back to the old behaviour if tokens cannot be used for any reasonBlocked by: #61115
The text was updated successfully, but these errors were encountered: