Skip to content

Commit

Permalink
fix(config): apply new configuration in saas yaml file (#3854) (#3855)
Browse files Browse the repository at this point in the history
* fix(config): apply new configuration in saas yaml file
  • Loading branch information
sbuettner authored Jan 16, 2025
1 parent 0baf14f commit bd6fa3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,13 @@ camunda.connector.secret-provider.discovery.enabled=false
camunda.connector.secret-provider.environment.enabled=false
camunda.connector.secret-provider.console.enabled=false

zeebe.client.worker.threads=10
zeebe.client.worker.max-jobs-active=32
camunda.client.zeebe.execution-threads=10
camunda.client.zeebe.defaults.max-jobs-active=32
camunda.client.zeebe.defaults.stream-enabled=true

# Enforce local connection, even if cluster-id set
zeebe.client.connection-mode=ADDRESS
camunda.client.zeebe.grpc-address=http://${zeebe.client.broker.gateway-address}
camunda.client.zeebe.base-url=http://${zeebe.client.broker.gateway-address}
camunda.client.mode=saas
camunda.client.region=${zeebe.client.cloud.region}
camunda.client.cluster-id=${zeebe.client.cloud.cluster-id}
operate.client.region=${zeebe.client.cloud.region}
operate.client.cluster-id=${zeebe.client.cloud.cluster-id}
# to be provided in the deployment:
# camunda.client.zeebe.grpc-address
# camunda.client.zeebe.rest-address

connectors.log.appender=stackdriver

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@
properties = {
"camunda.saas.secrets.projectId=42",
"camunda.client.zeebe.enabled=true",
"zeebe.client.cloud.cluster-id=42",
"zeebe.client.security.plaintext=true",
"zeebe.client.broker.gateway-address=zeebe-service:26500",
"zeebe.client.cloud.region=bru-1",
"camunda.connector.auth.audience=connectors.dev.ultrawombat.com",
"camunda.connector.auth.issuer=https://weblogin.cloud.dev.ultrawombat.com/",
"camunda.connector.secretprovider.discovery.enabled=false",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
classes = {SaaSConnectorRuntimeApplication.class},
properties = {
"camunda.saas.secrets.projectId=42",
"zeebe.client.cloud.clusterId=42",
"zeebe.client.cloud.region=bru-1",
"zeebe.client.broker.gateway-address=zeebe-service:26500",
"zeebe.client.security.plaintext=true",
"camunda.connector.auth.audience=connectors.dev.ultrawombat.com",
"camunda.connector.auth.issuer=https://weblogin.cloud.dev.ultrawombat.com/",
"camunda.connector.secretprovider.discovery.enabled=false"
Expand Down

0 comments on commit bd6fa3a

Please sign in to comment.