-
Notifications
You must be signed in to change notification settings - Fork 138
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
docs: update existing keycloak environment variable #2010
Open
tinhtq
wants to merge
27
commits into
camunda:main
Choose a base branch
from
tinhtq:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,095
−2,512
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
…camunda#1978) * chore: update chart versions for: - camunda 8.5 - camunda 8.4 - camunda 8.3 - camunda 8.2 * chore: update release notes * chore: fix auto-generated golden values * chore: get the latest released chart by app version * chore: update the helm cli annotation * chore: update release workflow --------- Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
…1970) Use gsed instead of sed when running the openshift post-render script on mac
Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
- support multi-version in the release workflow - customize generate-chart-matrix action - set ci snapshot version based on the chart dir name - rename chart dir camunda-platform to camunda-platform-latest - update generate-release-notes.sh to work with multi-version --------- Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
* simplify getting the previous chart version in workflow-vars * update working dir in chart-release-snapshot.yaml * use unit test template --------- Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
* feat(console): add auth vars * feat(console): add auth vars * feat(console): add tests * fix(console): configmap test * fix(console): tests * fix(console): tests * fix(console): tests * fix(console): tests * update golden files --------- Co-authored-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
* chore(deps): update camunda/console docker tag to v8.5.52 * chore(deps): post upgrade tasks - update golden files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#1968) * chore(deps): update camunda/web-modeler docker tag to v8.5.3 * chore(deps): post upgrade tasks - update golden files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….0-debian-12-r11 (camunda#1967) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…a#1960) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
camunda#1935) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
camunda#1965) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: bump camunda-platform chart version to 10.1.1 * chore: add generated files for camunda-platform 10.1.1 * chore: update values in values-latest.yaml * chore: Generate version matrix * chore: fix default chart name in generate-version-matrix.sh --------- Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
camunda#1990) * fix: unauthenticated external elasticsearch no longer forces passwords to be configured * fix: fixup boolean expression * test: adds operate tests for elasticsearch auth disabled
tinhtq
changed the title
Update exsiting keycloak environment variable
docs: update exsiting keycloak environment variable
Jun 19, 2024
tinhtq
changed the title
docs: update exsiting keycloak environment variable
docs: update existing keycloak environment variable
Jun 19, 2024
aabouzaid
force-pushed
the
main
branch
2 times, most recently
from
July 13, 2024 22:37
0c8b1ea
to
7dcc6f7
Compare
aabouzaid
force-pushed
the
main
branch
19 times, most recently
from
July 25, 2024 12:34
9b91e96
to
64899fb
Compare
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.
Which problem does the PR fix?
I created this PR to fix the issue when integrating Camunda with the existing Keycloak
What's in this PR?
Add an environment variable for the Identity Pod to authenticate with the existing Keycloak
Checklist
Please make sure to follow our Contributing Guide.
Before opening the PR:
make go.update-golden-only
.After opening the PR: