-
Notifications
You must be signed in to change notification settings - Fork 191
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: added x.509 docs for java clients #4802
base: main
Are you sure you want to change the base?
Conversation
👋 🤖 🤔 Hello, @christinaausley! Did you make your changes in all the right places? These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
Dear Bot, the changes are correct and expected to go the |
docs/apis-tools/java-client/index.md
Outdated
Several identity providers, such as Keycloak, support client X.509 authorizers as an alternative to client credentials | ||
flow. | ||
|
||
As a prerequisite, you need to have proper keystore and truststore configured, so that: (1) both Spring Zeebe application |
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.
What is CA here, just to clarify?
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.
Hi @christinaausley. Thank you for looking into it!
It's a Certificate Authority.
I didn't clarify it in the doc because I would expect that person who wants to configure X.509, should what CA is.
Description
Epic: https://github.com/camunda/product-hub/issues/2451
Added documentation to new security features for plain Java client and Spring SDK Java client.
When should this change go live?
Let's have it with
8.7.0-alpha3
under/next/
please.hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).