Add default security configuration and policy recipes
Introduced default security settings with stricter access control, including policies requiring owner/admin privileges by default. Added multiple pre-configured policy recipes, custom validator support, and extended documentation for security, configurations, and use cases.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"default_policy": "allow",
|
||||
"owners": [],
|
||||
"policy_admins": [],
|
||||
"policy_follow_whitelist_enabled": false,
|
||||
"kind": {
|
||||
"whitelist": [0, 1, 3, 4, 5, 6, 7, 40, 41, 42, 43, 44, 9735],
|
||||
"blacklist": []
|
||||
|
||||
Reference in New Issue
Block a user