feat(forward-auth): bulk apply/remove vdir for forward auth hosts#1214
Open
CrazyWolf13 wants to merge 1 commit into
Open
feat(forward-auth): bulk apply/remove vdir for forward auth hosts#1214CrazyWolf13 wants to merge 1 commit into
CrazyWolf13 wants to merge 1 commit into
Conversation
…rd Auth state Follow-up to the Ignored Paths feature. From Forward Auth settings (Advanced Options), set up or tear down the auth callback virtual directory (e.g. Authentik's /outpost.goauthentik.io) across all hosts in one click: - Add: create it on hosts that use Forward Auth - Remove: delete it from hosts that don't (cleanup) Conflict-safe: an existing directory is only skipped/removed when its target matches exactly; differing ones are reported as conflicts and left untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or 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
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.
Continuation of #1210
Adds an easy way to create the virtual directory that Authentik single-application Forward Auth needs, instead of adding it by hand on every host.
From Forward Auth -> Advanced Options, two buttons manage the callback vdir across all hosts by their Forward Auth state:
Conflict-safe, an existing directory is only skipped/removed when its target matches exactly; one at the same path with different settings is reported as a conflict and left untouched. A per-host summary (created / removed / skipped / conflicts) is shown after each run.
Adding

Removing

Note
I'm not a professional dev and this was written largely with AI assistance, but was well vetted and tested. I'd be very happy if you can take a look and give it a thorough review!