-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[DOCS] Update SAML URLs #77038
[DOCS] Update SAML URLs #77038
Conversation
Pinging @elastic/es-security (Team:Security) |
Pinging @elastic/es-docs (Team:Docs) |
@elasticmachine update branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! I couldn't remember why we decided not to backport this change, but I can't think of any reason right now.
@elasticmachine update branch |
The fips failures are not related to changes in this PR. Leaving links to both build scans to trace back: |
@@ -77,17 +77,19 @@ POST /_security/saml/prepare | |||
"realm" : "saml1" | |||
} | |||
-------------------------------------------------- | |||
// TEST[skip:Additional configuration needed in yml files] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets not skip tests without a valid reason. All we need to do here is to change
setting 'xpack.security.authc.realms.saml.saml1.sp.acs', 'https://kibana.org/api/security/v1/saml'
to
setting 'xpack.security.authc.realms.saml.saml1.sp.acs', 'https://kibana.org/api/security/saml/callback'
in x-pack/docs/build.gradle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jkakavas, thanks for the pointer! I wasn't sure how to fix the tests that were breaking the build. I'll create a new PR for updating build.gradle
.
* [DOCS] Update SAML URLs * Fix links and skip tests that require more setup * Fix TESTRESPONSE Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* [DOCS] Update SAML URLs * Fix links and skip tests that require more setup * Fix TESTRESPONSE Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* [DOCS] Update SAML URLs * Fix links and skip tests that require more setup * Fix TESTRESPONSE Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* [DOCS] Update SAML URLs * Fix links and skip tests that require more setup * Fix TESTRESPONSE Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Updates SAML URLs from
/api/security/v1/saml
to/api/security/saml/callback
. This change was introduced to the documentationmaster
branch in #47999, but was never backported to7.x
branches.Preview link: https://elasticsearch_77038.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/7.x/saml-guide-stack.html
Relates to #81733 in the Kibana repo
cc: @kcm