-
Notifications
You must be signed in to change notification settings - Fork 693
Feature/35308 cpt client configuration #37239
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
Feature/35308 cpt client configuration #37239
Conversation
c937d5f
to
ded5adf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, I don't see any major issue here I left some comments for improvement. Please @Christian-Broomfield take a look
...io/camunda/process/test/impl/configuration/LegacyCamundaProcessTestRuntimeConfiguration.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/camunda/process/test/impl/runtime/util/CptCredentialsProviderConfigurer.java
Show resolved
Hide resolved
...rc/main/java/io/camunda/process/test/impl/runtime/util/CptCredentialsProviderConfigurer.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/camunda/process/test/impl/runtime/util/CptCredentialsProviderConfigurer.java
Show resolved
Hide resolved
.../java/io/camunda/process/test/impl/runtime/properties/RemoteRuntimeClientAuthProperties.java
Outdated
Show resolved
Hide resolved
6990872
to
af02e2a
Compare
af02e2a
to
4b899de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
## Description The CPT has been extended to allow a user to configure the camunda client's request timeout and authentication/authorization provider. This gives the user greater flexibility in successfully and easily configuring a test environment using a remote Camunda runtime such as the Camunda SaaS platform. In addition to allowing a user to configure the CPT Extension in both the pure java and Spring context, the user can also add new auth and request timeout properties to the camunda-container-runtime.properties file. ## Related issues closes #35308
Successfully created backport PR for |
Description
The CPT has been extended to allow a user to configure the camunda client's request timeout and authentication/authorization provider. This gives the user greater flexibility in successfully and easily configuring a test environment using a remote Camunda runtime such as the Camunda SaaS platform.
In addition to allowing a user to configure the CPT Extension in both the pure java and Spring context, the user can also add new auth and request timeout properties to the camunda-container-runtime.properties file.
Related issues
closes #35308