Skip to content

Commit

Permalink
chore: zeebe client auth in saas
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Dec 5, 2024
1 parent a75b41c commit eab0ea4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Primary;

@Configuration
public class ZeebeClientSaaSConfiguration {
Expand Down Expand Up @@ -56,6 +57,7 @@ public CredentialsProvider getCredentialsProvider() {
}

@Bean
@Primary
public ZeebeClientConfiguration zeebeClientConfiguration(
final ZeebeClientConfigurationProperties properties,
final CamundaClientProperties camundaClientProperties,
Expand Down

0 comments on commit eab0ea4

Please sign in to comment.