[PR #2327] [MERGED] Fix: Authentik Embedded Outpost Upgrade #3586

Open
opened 2025-11-20 06:05:40 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2327
Author: @vidonnus
Created: 2/12/2025
Status: Merged
Merged: 2/13/2025
Merged by: @michelroegl-brunner

Base: mainHead: bugfix/2037-authentik-outpost-upgrade


📝 Commits (1)

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 ct/authentik.sh (+7 -0)

📄 Description

✍️ Description

Authentik contains an embedded proxy outpost bundled with the main server deployment. The CT update helper script failed to update this outpost, as it was missing a rebuild of the server during upgrade. This PR adds the server rebuild and resolves the issue.

Link: #2037

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🐞 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.

📋 Additional Information (optional)

If someone has already attempted to upgrade and encountered this issue, subsequent upgrades will fail as the script identifies the version of the application as up-to-date. Because this is true and there is no easy way to check for the embedded outpost version, I recommend anyone stuck in this limbo to:

  • log into your Authentik CT console
  • run the following command: bash -c "$(wget -qLO - https://github.com/vidonnus/ProxmoxVE/raw/bugfix/2037-force-upgrade/ct/authentik.sh)"

🔄 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/2327 **Author:** [@vidonnus](https://github.com/vidonnus) **Created:** 2/12/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `bugfix/2037-authentik-outpost-upgrade` --- ### 📝 Commits (1) - [`7549397`](https://github.com/community-scripts/ProxmoxVE/commit/754939761ffc0981bf7d11ddeb6a1724c2aff37d) add server build code ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `ct/authentik.sh` (+7 -0) </details> ### 📄 Description ## ✍️ Description Authentik contains an embedded proxy outpost bundled with the main server deployment. The CT update helper script failed to update this outpost, as it was missing a rebuild of the server during upgrade. This PR adds the server rebuild and resolves the issue. ## 🔗 Related PR / Discussion / Issue Link: #2037 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [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. ## 📋 Additional Information (optional) If someone has already attempted to upgrade and encountered this issue, subsequent upgrades will fail as the script identifies the version of the application as up-to-date. Because this is true and there is no easy way to check for the embedded outpost version, I recommend anyone stuck in this limbo to: - log into your Authentik CT console - run the following command: `bash -c "$(wget -qLO - https://github.com/vidonnus/ProxmoxVE/raw/bugfix/2037-force-upgrade/ct/authentik.sh)"` --- <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 06:05:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3586