-
Notifications
You must be signed in to change notification settings - Fork 185
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(connectors): add docs for secure TLS connexion #4029
docs(connectors): add docs for secure TLS connexion #4029
Conversation
👋 🤖 🤔 Hello! 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.5/.
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. |
…on.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…on.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
docs/self-managed/connectors-deployment/connectors-configuration.md
Outdated
Show resolved
Hide resolved
docs/self-managed/connectors-deployment/connectors-configuration.md
Outdated
Show resolved
Hide resolved
@mathias-vandaele thanks, looks good! I went ahead and capitalized terms that needed it (e.g., Zeebe). In public-facing docs, it's best to follow convention for easier reading 😄 |
Hey there! Please be sure to fill out the PR description and add labels. This helps the DevEx team, specifically the technical writers, know how and when to review and release the docs. Also, be sure to link back to Product Hub epics or team board issues so we have more context about this change, as we often try to do some validation (is this change properly backported, are there other areas that need to be changed as well, etc.). |
Description
closes camunda/connectors#2806
For self-managed connectors, we did not provide an easy way of setting up a custom certificate for zeebe client, this PR fixes this.
When deploying using those env variables, zeebe will now use the given certificate to set up a secure connection to the zeebe client
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).