Skip to content

Commit

Permalink
small changes to certificates examples
Browse files Browse the repository at this point in the history
  • Loading branch information
upgradingdave committed Apr 30, 2024
1 parent dcbdac0 commit 4a402a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package org.example.camunda.process.solution;

import io.camunda.zeebe.client.ZeebeClient;
import io.camunda.zeebe.spring.client.annotation.Deployment;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

Expand Down
3 changes: 2 additions & 1 deletion certificates/src/main/resources/application.sm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ zeebe:
cloud:
client-id: "zeebe"
client-secret: "ZEEBE_CLIENT_SECRET"
auth-url: "https://KEYCLOAK_HOST:443/auth/realms/camunda-platform/protocol/openid-connect/token"
auth-url: "https://KEYCLOAK_HOST:443/auth/realms/camunda-platform/protocol/openid-connect/token"
audience: "zeebe-api"

0 comments on commit 4a402a6

Please sign in to comment.