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

Spring getting started guide provides incomplete configuration for c8run #4911

Closed
meyerdan opened this issue Jan 30, 2025 · 1 comment
Closed

Comments

@meyerdan
Copy link
Member

The spring getting started guide provides incomplete client configuration to connect to c8run.
c8run has ssl disabled and this must be set in the client configuration accordingly.

This is the client / SDK configuration provided:

camunda:
  client:
    mode: self-managed
    zeebe:
      enabled: true
      grpc-address: http://127.0.0.1:26500
      rest-address: http://127.0.0.1:8080

This is the line that is missing:

zeebe.client.security.plaintext= true
meyerdan added a commit that referenced this issue Jan 30, 2025
The spring boot getting started guide uses c8run.
C8run does not use ssl / tls
Adding the client config to make sure that the SDK can authenticate.

fixes to #4911
@akeller
Copy link
Member

akeller commented Feb 26, 2025

Could not reproduce in the PR, closing the issue.

@akeller akeller closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants