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

docs: added x.509 docs for java clients #4802

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

igpetrov
Copy link
Contributor

@igpetrov igpetrov commented Dec 19, 2024

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.

  • This is a bug fix, security concern, or something that needs urgent release support.
  • This is already available but undocumented and should be released within a week.
  • This on a specific schedule and the assignee will coordinate a release with the DevEx team. (apply hold label or convert to draft PR)
  • This is part of a scheduled alpha or minor. (apply alpha or minor label)
  • There is no urgency with this change and can be released at any time.

PR Checklist

  • My changes are for an already released minor and are in /versioned_docs directory.
  • My changes are for the next minor and are in /docs directory (aka /next/).

@igpetrov igpetrov added component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed 8.7.0-alpha3 January 2024 alpha release labels Dec 19, 2024
@igpetrov igpetrov requested review from nicpuppa and a team December 19, 2024 21:14
@igpetrov igpetrov self-assigned this Dec 19, 2024
Copy link
Contributor

github-actions bot commented Dec 19, 2024

👋 🤖 🤔 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/.

  • docs/apis-tools/java-client/index.md
  • docs/apis-tools/spring-zeebe-sdk/configuration.md

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.

@igpetrov
Copy link
Contributor Author

👋 🤖 🤔 Hello, @igpetrov! 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/.

* docs/apis-tools/java-client/index.md

* docs/apis-tools/spring-zeebe-sdk/configuration.md

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 /next/. Thank you.

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
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.7.0-alpha3 January 2024 alpha release component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed
Projects
Status: 👀 In Review
Development

Successfully merging this pull request may close these issues.

2 participants