Browse Source

docs: add changelog for PR 13923

zmstone 1 year ago
parent
commit
a65ea59389
1 changed files with 6 additions and 0 deletions
  1. 6 0
      changes/ce/feat-13923.en.md

+ 6 - 0
changes/ce/feat-13923.en.md

@@ -0,0 +1,6 @@
+Added `zone` to authentication, authorization and mountpoint template.
+
+Prior to this change, if one wants to use `zone` name in authentication or authorization rules, they would have to use `client_attrs`.
+Now `${zone}` can be used directly in authentication and authentication.
+
+As an example, here is an ACL rule making use of `zone`: `{allow, all, all, [${zone}/${username}/#]}`.