Single sign-on #5
Labels
No labels
area/ci
area/media
area/network
area/observability
area/platform
area/security
area/storage
area/web
type/project
type/task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
itguyeric/infra#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Right now access control is an nginx IP allowlist (
lan-only.conf) in front of services that mostly have no authentication of their own. That is a reasonable stopgap and it is not a real answer: MeTube'sPOST /addis an unauthenticated remote-download trigger, and Pinchflat only has optional basic auth.SSO in front of SWAG would retire the allowlist as the primary control and let LAN-only go back to being defence in depth rather than the whole defence.
Candidates: Authelia, Authentik, Tinyauth. The SWAG proxy-confs already ship commented include lines for all three, so wiring is cheap once something is chosen.