Skip to content

Commit 8155438

Browse files
committed
fix: add some comments
1 parent ef036d9 commit 8155438

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

diracx-routers/src/diracx/routers/pilot_logging/access_policies.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ class ActionType(StrEnum):
2424

2525

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

3232
@staticmethod

0 commit comments

Comments
 (0)