fix: require private knowledge ACL support
This commit is contained in:
parent
d9803849c1
commit
0d105d03ec
2 changed files with 8 additions and 4 deletions
|
|
@ -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/);
|
||||
|
|
|
|||
Loading…
Reference in a new issue