diff options
| author | Arseney300 <Arseney300@gmail.com> | 2026-03-04 09:28:37 +0700 |
|---|---|---|
| committer | Arseney300 <Arseney300@gmail.com> | 2026-03-04 09:28:37 +0700 |
| commit | 13d4673fc9c7a67af19171a6745a808f97fc6741 (patch) | |
| tree | 25d062c30d80a97b1eb753a87f428c0a3839ef87 /authelia | |
| parent | 24ce3335f9aef46f5d9cff412e09b7d4c20bba44 (diff) | |
Remove Authelia gate from Nexus and Docker registry
Nexus and registry.swave.lol now bypass Authelia entirely — Nexus
handles its own authentication for both the web UI and Docker clients.
auth_request removed from all nexus/registry nginx locations.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'authelia')
| -rw-r--r-- | authelia/config/configuration.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/authelia/config/configuration.yml b/authelia/config/configuration.yml index ace649e..4223001 100644 --- a/authelia/config/configuration.yml +++ b/authelia/config/configuration.yml @@ -94,17 +94,17 @@ access_control: - domain: jenkins.swave.lol policy: one_factor - # Nexus — requires login + # Nexus — bypass; Nexus handles its own authentication - domain: nexus.swave.lol - policy: one_factor + policy: bypass - domain: swave.lol resources: - '^/nexus(/.*)?$' - policy: one_factor + policy: bypass - # Docker registry — requires login + # Docker registry — bypass; Nexus handles its own Basic Auth for docker login - domain: registry.swave.lol - policy: one_factor + policy: bypass # OIDC provider — used by Jenkins for true SSO identity_providers: |
