feat(garage,authentik): console multi-domain + standalone proxy outpost #12
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Digitalboard/digitalboard.core#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/garage-console-int-domains"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Gate a cross-host service (garage WebUI on a storage host) behind authentik without breaking on TLS or X-Forwarded-Host.
garage role
garage_webui_domains(list), mirroringgarage_s3_domains. The console router accepts every entry, so a DMZ reverseproxy can use abackend_hostwhose cert SAN matches an internal*.int.*name instead of connecting by IP (which fails ACME cert verification). Defaults to the singlegarage_webui_domain— existing inventories unaffected.authentik_outpost_proxy role (new)
authentik_outpost_ldap. Co-locate it with the protected service so the ForwardAuth subrequest reaches authentik over the local docker network. The embedded outpost only works for services on the authentik host: a cross-host subrequest routed through an extra reverse-proxy hop arrives with a pollutedX-Forwarded-Host(port/comma-appended), which the outpost no longer matches against the provider'sexternal_host(404).Testing
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.