Skip to content

Commit

Permalink
fix: add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martynia committed Sep 19, 2024
1 parent 0f79d8e commit 869ada2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ class ActionType(StrEnum):


class PilotLogsAccessPolicy(BaseAccessPolicy):
"""ToDo
----
"""Rules:
Only PILOT, GENERIC_PILOT, SERVICE_ADMINISTRATOR and OPERATOR can create log records.
Policies for other actions to be determined.
"""

@staticmethod
Expand Down

0 comments on commit 869ada2

Please sign in to comment.