[PR #6322] [MERGED] Update keycloak script to support configuration of latest release (v26) #6562

Closed
opened 2025-11-20 07:11:09 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/6322
Author: @remz1337
Created: 7/28/2025
Status: Merged
Merged: 7/29/2025
Merged by: @tremor021

Base: mainHead: pr-keycloak


📝 Commits (5)

  • 229855d Update keycloak script to support configuration of latest release (v26)
  • a3dc94c Add quotes around default credential values
  • 3704796 fix update script
  • e3f0de6 spelling "restarting"
  • 8efc435 remove temp file and spelling

📊 Changes

3 files changed (+59 additions, -37 deletions)

View changed files

📝 ct/keycloak.sh (+20 -15)
📝 frontend/public/json/keycloak.json (+7 -3)
📝 install/keycloak-install.sh (+32 -19)

📄 Description

✍️ Description

Update keycloak script to support configuration of latest release (v26)

Link: https://github.com/community-scripts/ProxmoxVED/pull/644

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/6322 **Author:** [@remz1337](https://github.com/remz1337) **Created:** 7/28/2025 **Status:** ✅ Merged **Merged:** 7/29/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `pr-keycloak` --- ### 📝 Commits (5) - [`229855d`](https://github.com/community-scripts/ProxmoxVE/commit/229855d501428021d2e5102380a508f62b845298) Update keycloak script to support configuration of latest release (v26) - [`a3dc94c`](https://github.com/community-scripts/ProxmoxVE/commit/a3dc94c780d527c8e45452dd50b4314ed0c43d1d) Add quotes around default credential values - [`3704796`](https://github.com/community-scripts/ProxmoxVE/commit/3704796619fda72d74c4f7ac77b41d28f67eb3cc) fix update script - [`e3f0de6`](https://github.com/community-scripts/ProxmoxVE/commit/e3f0de69791cddb20f006fffa1871614bb3f57fe) spelling "restarting" - [`8efc435`](https://github.com/community-scripts/ProxmoxVE/commit/8efc435d0c627929a9cd7ea70b2aa8032c6f2761) remove temp file and spelling ### 📊 Changes **3 files changed** (+59 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `ct/keycloak.sh` (+20 -15) 📝 `frontend/public/json/keycloak.json` (+7 -3) 📝 `install/keycloak-install.sh` (+32 -19) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Update keycloak script to support configuration of latest release (v26) ## 🔗 Related PR / Issue Link: https://github.com/community-scripts/ProxmoxVED/pull/644 ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [X] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#6562