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

Add missing Environment Variables for Spring Zeebe SDK #4297

Open
ana-vinogradova-camunda opened this issue Sep 13, 2024 · 0 comments · May be fixed by #4447
Open

Add missing Environment Variables for Spring Zeebe SDK #4297

ana-vinogradova-camunda opened this issue Sep 13, 2024 · 0 comments · May be fixed by #4447
Assignees
Labels
component:docs Documentation improvements, including new or updated content component:zeebe Issues related with Zeebe project

Comments

@ana-vinogradova-camunda
Copy link
Contributor

ana-vinogradova-camunda commented Sep 13, 2024

Description

Currently the following Environment Variables are missing from 8.5 Configuring the Zeebe cluster connection section "Environment variable to be set using this approach" part:

What we currently have:

ZEEBE_AUTHORIZATION_SERVER_URL=xxx
ZEEBE_CLIENT_ID=xxx
ZEEBE_CLIENT_SECRET=xxx

What should be added (here I have example address as well to make sure the customers are aware the the value should be a valid URI that includes schema (http or https):

ZEEBE_GRPC_ADDRESS=http://127.0.0.1:26500/
ZEEBE_REST_ADDRESS=http://127.0.0.1:8083/
@ana-vinogradova-camunda ana-vinogradova-camunda changed the title Add missing Environment Variables description for Spring Zeebe SDK Add missing Environment Variables for Spring Zeebe SDK Sep 13, 2024
@ana-vinogradova-camunda ana-vinogradova-camunda added component:docs Documentation improvements, including new or updated content component:zeebe Issues related with Zeebe project theme:performance Issues related to improving performance. and removed theme:performance Issues related to improving performance. component:docs Documentation improvements, including new or updated content labels Sep 13, 2024
@ana-vinogradova-camunda ana-vinogradova-camunda added the component:docs Documentation improvements, including new or updated content label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:docs Documentation improvements, including new or updated content component:zeebe Issues related with Zeebe project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant