Don't fallback to anonymous for tokens/apikeys#51042
Don't fallback to anonymous for tokens/apikeys#51042jkakavas merged 2 commits intoelastic:masterfrom
Conversation
This commit changes our behavior so that when we receive a request with an invalid/expired/wrong access token or API Key we do not fallback to authenticating as the anonymous user even if anonymous access is enabled for Elasticsearch. Resolves: elastic#50171
|
Pinging @elastic/es-security (:Security/Authentication) |
|
@polyfractal not sure if this was actually you or a bot 🤖 , but this is a bug fix and still targets 7.6.0 assuming it is merged in time to be included. |
|
@jkakavas We bulk move every unmerged PR out of a release when it the branch is cut. |
Makes sense:) I had a suspicion hence the
but I thought we run all our bots as @@elasticmachine. TIL |
|
It's not a bot, just a script. |
This commit changes our behavior so that when we receive a request with an invalid/expired/wrong access token or API Key we do not fallback to authenticating as the anonymous user even if anonymous access is enabled for Elasticsearch.
This commit changes our behavior so that when we receive a request with an invalid/expired/wrong access token or API Key we do not fallback to authenticating as the anonymous user even if anonymous access is enabled for Elasticsearch.
This commit changes our behavior so that when we receive a request with an invalid/expired/wrong access token or API Key we do not fallback to authenticating as the anonymous user even if anonymous access is enabled for Elasticsearch.
This commit changes our behavior so that when we receive a request with an invalid/expired/wrong access token or API Key we do not fallback to authenticating as the anonymous user even if anonymous access is enabled for Elasticsearch.
This commit changes our behavior so that when we receive a request with an invalid/expired/wrong access token or API Key we do not fallback to authenticating as the anonymous user even if anonymous access is enabled for Elasticsearch.
This commit changes our behavior so that when we receive a
request with an invalid/expired/wrong access token or API Key
we do not fallback to authenticating as the anonymous user even if
anonymous access is enabled for Elasticsearch.
Resolves: #50171