datakaveri / iudx-deployment

Installation and setup scripts for single and multi node (clustered) IUDX services.
MIT License
5 stars 29 forks source link

[Docker-swarm] Keycloak Software Update #660

Closed manasakoraganji closed 7 months ago

manasakoraganji commented 8 months ago

This pull request implements the deployment of Keycloak in Docker Swarm. Tested it by checking the logs and service is running. Added essential file keycloak-stack.yaml. Updated Keycloak image version from keycloak:21.1.1-1 to keycloak:23.0.4-0

jenkins-datakaveri commented 8 months ago

Can one of the admins verify this patch?

abhi4578 commented 7 months ago

@manasakoraganji ,

Have seperate PRs for each software updates - one for mon-stack, one for keycloak, for redis. and all of this branches be based/checked out from master branch, so that keycloak PR does not have mon-stack, redis changes.

For keycloak docker image( similar changes apply for other custom docker images if not done, please recheck)

  1. please get latest updates of master to this PR i.e. merge master branch changes to this branch. Because there is an update to keycloak themes in master.
  2. Then build new docker image with above merged code and push . Tag with version - 23.0.4-debian-11-r1-t-1,
    t-1 --> corresponding to themes versioning
  3. Update dockerfile in docker/keycloak folder
manasakoraganji commented 7 months ago

Closing this pull request as the changes have been cherry-picked into a new branch (ds-keycloak-su). A new pull request has been opened with the updated changes. Please review the new pull request for the latest updates. Thank you!