closes mosip/commons#1860 Merge changes from release-1.3.x to develop #213#206
closes mosip/commons#1860 Merge changes from release-1.3.x to develop #213#206ckm007 wants to merge 25 commits into
Conversation
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
[MOSIP-35490] moved required helm and deploy scripts to modular repo
Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com>
[DSD-7140] added view-users
Signed-off-by: Rakshith B <79500257+Rakshithb1@users.noreply.github.com>
[DSD-7140] added verify-keycloak-init.yml
Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com>
Signed-off-by: Rakshitha650 <76676196+Rakshitha650@users.noreply.github.com>
Signed-off-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
[MOSIP-41025] added role ONLINE_REGISTRATION_CLIENT addition
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
[MOSIP-43640] changes for GA release
… branch Signed-off-by: bhumi46 <thisisbn46@gmail.com>
… branch Signed-off-by: bhumi46 <thisisbn46@gmail.com>
… branch Signed-off-by: bhumi46 <thisisbn46@gmail.com>
[DSD-9381]Updated helm charts, pustrigger,and dockerfile from develop…
* [MOSIP-43640] Update keycloak init Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> * Update PostgreSQL image settings in install.sh Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> * Update Keycloak chart version to 1.3.0-develop Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> --------- Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Signed-off-by: Mohanraj209 <mohan1715@gmail.com>
Signed-off-by: Mohan E <mohanraj1715@gmail.com>
[MOSIP-44060] Updated keycloak install and initialization scripts.
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
[MOSIP-44106] updated README.md file
* Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [DSD-9524] Platform 1.2.1.0 GA release Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com> Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Co-authored-by: Prafulrakhade <prafulrakhade02@gmail.com>
| uses: mosip/kattu/.github/workflows/chart-lint-publish.yml@master | ||
| with: | ||
| CHARTS_DIR: ./helm | ||
| CHARTS_URL: https://mosip.github.io/mosip-helm | ||
| REPOSITORY: mosip-helm | ||
| BRANCH: gh-pages | ||
| INCLUDE_ALL_CHARTS: "${{ inputs.INCLUDE_ALL_CHARTS || 'NO' }}" | ||
| IGNORE_CHARTS: "${{ inputs.IGNORE_CHARTS || '\"\"' }}" | ||
| CHART_PUBLISH: "${{ inputs.CHART_PUBLISH || 'YES' }}" | ||
| LINTING_CHART_SCHEMA_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/chart-schema.yaml" | ||
| LINTING_LINTCONF_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/lintconf.yaml" | ||
| LINTING_CHART_TESTING_CONFIG_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/chart-testing-config.yaml" | ||
| LINTING_HEALTH_CHECK_SCHEMA_YAML_URL: "https://raw.githubusercontent.com/mosip/kattu/master/.github/helm-lint-configs/health-check-schema.yaml" | ||
| secrets: | ||
| TOKEN: ${{ secrets.ACTION_PAT }} | ||
| SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} |
| uses: mosip/kattu/.github/workflows/verify-keycloak-init.yml@master | ||
| with: | ||
| kc_values_file_path: helm/keycloak-init/values.yaml |
|
Caution Review failedPull request was closed or merged during review WalkthroughThis PR adds comprehensive Keycloak deployment infrastructure for MOSIP Kubernetes clusters. It introduces a complete keycloak-init Helm chart with templated initialization jobs, multiple deployment scripts with interactive configuration, GitHub Actions workflows for automation, realm/client configuration files, and updates the base Docker image for keycloak-artemis. ChangesKeycloak Deployment Infrastructure
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
New Features
Documentation
Chores