From 16840f2e1c6392736a9a0823cfbbfca6daa6c1fe Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Mon, 9 Sep 2024 23:27:00 +0900 Subject: [PATCH] Add enabling it section to access-control.md --- docs/access-control.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/access-control.md b/docs/access-control.md index 03f7365..a3449cc 100644 --- a/docs/access-control.md +++ b/docs/access-control.md @@ -16,6 +16,15 @@ Access policies define sets of access points which can be referenced in rules. F |3| On-site only | on-site, staff | |4| Staff only | staff | +# Enabling it + +Currently access control is off by default and needs to be enabled by setting the environment variable: + + EXPERIMENTAL_ACCESS_CONTROL=1 + +It may be enabled by default in future versions of OutbackCDX. The 'experimental' label is a out of date. NLA have been using it in production for many years without issues. + +Note that enabling it will cause some extra RocksDB column families to be created to store rules and policies. # Rules