-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing ES Promotion: security (basic license) API Keys GET /internal/security/api_key/_enabled should indicate that API Keys are enabled #87157
Comments
Pinging @elastic/kibana-security (Team:Security) |
Skipped: master: 16fa35c |
This might be a regression in Elasticsearch. It looks like the call to invalidate an API Key with a single ID is failing:
Taking Kibana out of the equation, I'm seeing the same: ➜ ~ curl -XDELETE "https://localhost:9200/_security/api_key?pretty" -H 'Content-Type: application/json' -d'{ "id": "kibana-api-key-service-test"}' -u elastic:changeme
{
"error" : {
"root_cause" : [
{
"type" : "x_content_parse_exception",
"reason" : "[1:4] [invalidate_api_key] unknown field [id] did you mean [ids]?"
}
],
"type" : "x_content_parse_exception",
"reason" : "[1:4] [invalidate_api_key] unknown field [id] did you mean [ids]?"
},
"status" : 400
} @elastic/es-security I know we recently added support for bulk-invalidation via a new edit was the |
This reverts commit 16fa35c.
Sorry folks that you have to find this change out (elastic/elasticsearch#66671) through trial and error. The |
This failure is preventing the promotion of the current Elasticsearch nightly snapshot.
https://kibana-ci.elastic.co/job/elasticsearch+snapshots+verify/2017/testReport/junit/X-Pack%20API%20Integration%20Tests%20(Security%20Basic)/x-pack_test_api_integration_apis_security_api_keys%C2%B7ts/Kibana_Pipeline___kibana_xpack_agent___security__basic_license__API_Keys_GET__internal_security_api_key__enabled_should_indicate_that_API_Keys_are_enabled_2/
For more information on the Elasticsearch snapshot promotion process: https://www.elastic.co/guide/en/kibana/master/development-es-snapshots.html
The text was updated successfully, but these errors were encountered: