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

[TASK] Use new Identity SDK config for Connectors #1258

Closed
chillleader opened this issue Jan 29, 2024 · 3 comments
Closed

[TASK] Use new Identity SDK config for Connectors #1258

chillleader opened this issue Jan 29, 2024 · 3 comments
Assignees

Comments

@chillleader
Copy link
Member

chillleader commented Jan 29, 2024

Related to:

https://github.com/camunda/product-hub/issues/1969
camunda/connectors#1638

Overview:

Connectors need to be switched to the new Identity SDK config, looking roughly like this:

camunda.identity.type=keycloak
camunda.identity.base-url=http://localhost:8084
camunda.identity.issuer=http://localhost:18080/auth/realms/camunda-platform
camunda.identity.issuer-backend-url=http://localhost:18080/auth/realms/camunda-platform
camunda.identity.audience=connectors
camunda.identity.client-id=xxx
camunda.identity.client-secret=xxx

Actions:

  1. Add the new config
  2. Remove the old config for authentication with individual components (Zeebe/Operate), as the underlying code now relies on the Identity config.
@aabouzaid
Copy link
Member

@chillleader does that change require migration steps during the upgrade from the previous version?

@chillleader
Copy link
Member Author

@aabouzaid No migration steps required

@chillleader
Copy link
Member Author

Done in #1265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants