Skip to content

Commit

Permalink
Refactor to remove RW_USERS role since the USER and ADMIN roles…
Browse files Browse the repository at this point in the history
… already define read and write access, respectively
  • Loading branch information
NeonDaniel committed Nov 19, 2024
1 parent 131c5fa commit a278b19
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions neon_data_models/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class AccessRoles(IntEnum):
Special Roles:
NODE: Reserved for use by a Node device service account to access
various services
RW_USERS: Reserved for use by service accounts to access and modify the
users database
"""
NONE = 0
# 1-9 reserved for unauthenticated connections
Expand All @@ -55,7 +53,6 @@ class AccessRoles(IntEnum):
# 50 Reserved for "unlimited access"

NODE = -1
RW_USERS = -2


class UserData(IntEnum):
Expand Down

0 comments on commit a278b19

Please sign in to comment.