elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.24k forks source link

Leverage deployment agnostic SamlAuthProvider for Spaces API tests #194584

Open legrego opened 1 month ago

legrego commented 1 month ago

Relates https://github.com/elastic/kibana/issues/189222

PR https://github.com/elastic/kibana/pull/189853 introduces a deployment agnostic SamlAuthProvider service. Our stateful test suites should be configured to support SAML authentication for local/Kibana CI, and leverage this service in place of existing authentication via the mock SAML provider or other means, except where explicitly testing other authentication mechanisms.

We should update our Spaces API tests to leverage the deployment agnostic infrastructure, to serve as an example for other teams.

elasticmachine commented 1 month ago

Pinging @elastic/kibana-security (Team:Security)