From cda3f9583c5386a8dd47e2324d2c98507d0d8709 Mon Sep 17 00:00:00 2001 From: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> Date: Tue, 17 Jun 2025 19:56:32 +0200 Subject: [PATCH] docs(fix): authelia (Authelia + LLDAP + Traefik ForwardAuth Setup guide) (#36381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # In the chart the `default_policy:` is set to `one_factor`. So if you want to give only access to admin group in this example. You need to deny all other groups and users. **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [x] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> --- charts/stable/authelia/docs/Setup-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/stable/authelia/docs/Setup-Guide.md b/charts/stable/authelia/docs/Setup-Guide.md index efa4c4ede3d..ef029eb15ad 100644 --- a/charts/stable/authelia/docs/Setup-Guide.md +++ b/charts/stable/authelia/docs/Setup-Guide.md @@ -57,6 +57,7 @@ authelia: minimum_version: TLS1.2 skip_verify: false access_control: + default_policy: 'deny' rules: # basic rule for one factor (username/password) login for users in the admin group - domain: