Skip to content

Commit

Permalink
change default read roles
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Dec 17, 2024
1 parent 5d62192 commit c55d80d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/settings/custom_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ class CustomAttributesModel(BaseSettingsModel):
},
"ayon_path": {
"write_security_roles": [],
"read_security_roles": [
"API",
"Administrator"
]
"read_security_roles": []
},
"ayon_sync_failed": {
"write_security_roles": [
Expand Down

0 comments on commit c55d80d

Please sign in to comment.