Skip to content
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

Use non-deprecated Kibana SAML callback URL in smoke tests #98883

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/changelog/98883.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 99983
summary: Use non-deprecated SAML callback URL in SAML smoketests
area: Authorization
type: enhancement
issues:
- 99986
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ testClusters.matching { it.name == 'javaRestTest' }.configureEach {
setting 'xpack.security.authc.realms.saml.saml5.idp.metadata.path', 'saml-metadata.xml'
setting 'xpack.security.authc.realms.saml.saml5.idp.entity_id', 'http://idp.example.com/'
setting 'xpack.security.authc.realms.saml.saml5.sp.entity_id', 'http://kibana.example.net/'
setting 'xpack.security.authc.realms.saml.saml5.sp.acs', 'http://kibana.example.net/api/security/v1/saml'
setting 'xpack.security.authc.realms.saml.saml5.sp.acs', 'http://kibana.example.net/api/security/saml/callback'
setting 'xpack.security.authc.realms.saml.saml5.attributes.principal', 'uid'
// - Kerberos (configured but won't work because we don't want external fixtures in this test suite)
setting 'xpack.security.authc.realms.kerberos.kerb6.order', '6'
Expand Down