-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(repo): add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter #146
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
accept a custom certificate as a string argument to the configuration fixes #142
This fixes a bug in the grpc channel connection sensing fixes #150
accept a custom certificate as a string argument to the configuration fixes #142
github-actions bot
pushed a commit
that referenced
this pull request
May 7, 2024
## [8.5.2-alpha.1](v8.5.1...v8.5.2-alpha.1) (2024-05-07) ### Bug Fixes * **zeebe:** fix waitForReady deadline ([#151](#151)) ([a88ea2e](a88ea2e)), closes [#150](#150) ### Features * **repo:** add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter ([#146](#146)) ([f828a95](f828a95)), closes [#142](#142) [#151](#151) [#150](#150) [#142](#142)
github-actions bot
pushed a commit
that referenced
this pull request
May 7, 2024
## [8.5.2-alpha.1](v8.5.1...v8.5.2-alpha.1) (2024-05-07) ### Bug Fixes * **zeebe:** fix waitForReady deadline ([#151](#151)) ([a88ea2e](a88ea2e)), closes [#150](#150) ### Features * **repo:** add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter ([#146](#146)) ([f828a95](f828a95)), closes [#142](#142) [#151](#151) [#150](#150) [#142](#142)
jwulf
added a commit
that referenced
this pull request
May 7, 2024
* fix(zeebe): fix waitForReady deadline (#151) This fixes a bug in the grpc channel connection sensing fixes #150 * feat(repo): add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter (#146) * feat(repo): add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter accept a custom certificate as a string argument to the configuration fixes #142 * style(zeebe): lint generated zeebe grpc code * test(zeebe): extend timeout to deal with SaaS connection delay * fix(zeebe): fix waitForReady deadline (#151) This fixes a bug in the grpc channel connection sensing fixes #150 * feat(repo): add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter accept a custom certificate as a string argument to the configuration fixes #142 * style(zeebe): lint generated zeebe grpc code * test(zeebe): extend timeout to deal with SaaS connection delay * test(zeebe): refactor test * chore(release): 8.5.2-alpha.1 [skip ci] ## [8.5.2-alpha.1](v8.5.1...v8.5.2-alpha.1) (2024-05-07) ### Bug Fixes * **zeebe:** fix waitForReady deadline ([#151](#151)) ([a88ea2e](a88ea2e)), closes [#150](#150) ### Features * **repo:** add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter ([#146](#146)) ([f828a95](f828a95)), closes [#142](#142) [#151](#151) [#150](#150) [#142](#142) * chore(release): 8.5.2-alpha.1 [skip ci] ## [8.5.2-alpha.1](v8.5.1...v8.5.2-alpha.1) (2024-05-07) ### Bug Fixes * **zeebe:** fix waitForReady deadline ([#151](#151)) ([a88ea2e](a88ea2e)), closes [#150](#150) ### Features * **repo:** add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter ([#146](#146)) ([f828a95](f828a95)), closes [#142](#142) [#151](#151) [#150](#150) [#142](#142) --------- Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
github-actions bot
pushed a commit
that referenced
this pull request
May 7, 2024
## [8.5.2](v8.5.1...v8.5.2) (2024-05-07) ### Bug Fixes * **zeebe:** waitForReady deadline not miliseconds, but date ([#148](#148)) ([12db206](12db206)) ### Features * **repo:** add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter ([7451a66](7451a66)), closes [#151](#151) [#150](#150) [#146](#146) [#142](#142) [#151](#151) [#150](#150) [#142](#142) [#151](#151) [#150](#150) [#142](#142) [#151](#151) [#150](#150) [#142](#142) [#151](#151) [#150](#150) [#142](#142) [#151](#151) [#150](#150) [#142](#142) ### Reverts * Revert "fix(zeebe): waitForReady deadline not miliseconds, but date (#148)" (#149) ([f8c0c7d](f8c0c7d)), closes [#148](#148) [#149](#149)
github-actions bot
pushed a commit
that referenced
this pull request
May 7, 2024
## [8.5.2](v8.5.1...v8.5.2) (2024-05-07) ### Bug Fixes * **zeebe:** waitForReady deadline not miliseconds, but date ([#148](#148)) ([12db206](12db206)) ### Features * **repo:** add CAMUNDA_CUSTOM_ROOT_CERT_STRING parameter ([7451a66](7451a66)), closes [#151](#151) [#150](#150) [#146](#146) [#142](#142) [#151](#151) [#150](#150) [#142](#142) [#151](#151) [#150](#150) [#142](#142) [#151](#151) [#150](#150) [#142](#142) [#151](#151) [#150](#150) [#142](#142) [#151](#151) [#150](#150) [#142](#142) ### Reverts * Revert "fix(zeebe): waitForReady deadline not miliseconds, but date (#148)" (#149) ([f8c0c7d](f8c0c7d)), closes [#148](#148) [#149](#149)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
accept a custom certificate as a string argument to the configuration
fixes #142