fix: require private knowledge ACL support

This commit is contained in:
冰朔 2026-08-02 22:30:04 +08:00
commit 0d105d03ec
2 changed files with 8 additions and 4 deletions

View file

@ -24,6 +24,8 @@ test("bootstrap installer preserves secrets and deploys the complete HoloLake ca
assert.match(source, /openssl rand -hex 32/);
assert.match(source, /manual-backups\/lake-lamp-authz-/);
assert.match(source, /rollback\(\)/);
assert.match(source, /command -v setfacl/);
assert.match(source, /setfacl is required for private knowledge repository access/);
assert.match(source, /setfacl -R -m u:guanghu-authz:rX/);
assert.doesNotMatch(source, /cat ["']?\$authorization_env/);
assert.doesNotMatch(source, /set -x/);