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

Improve the way Connectors handle certificates #2806

Open
markfarkas-camunda opened this issue Jun 27, 2024 · 2 comments · Fixed by camunda/camunda-docs#4029
Open

Improve the way Connectors handle certificates #2806

markfarkas-camunda opened this issue Jun 27, 2024 · 2 comments · Fixed by camunda/camunda-docs#4029
Assignees
Labels
kind:enhancement New feature or request

Comments

@markfarkas-camunda
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Connectors only supports certificates in JKS format. Also setting the certificate path is different from how other components do it.

Describe the solution you'd like

We should have unified way of setting the certificates, and we should support other certificate formats as well for example PKCS#1 and PKCS#12.

We should have an environment variable CAMUNDA_CA_ZEEBE_CERTIFICATEPATH or ZEEBE_CA_CERTIFICATE_PATH for providing the location of the certificate.

Describe alternatives you've considered

Alternatively we could just improve our docs to make it clearer for customers how they can set up certificates.

Additional context

https://camunda.slack.com/archives/C02JLRNQQ05/p1719241830181899

https://jira.camunda.com/browse/SUPPORT-20948

@markfarkas-camunda markfarkas-camunda added the kind:enhancement New feature or request label Jun 27, 2024
@hamza-m-masood
Copy link

I would like to see support of PKCS#1 and PKCS#8 since that is what zeebe supports.
PKCS#12 is not really important.

@sbuettner
Copy link
Contributor

Decision is to align with the other C8 components and support the same environment variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants