Skip to content

Commit

Permalink
Fixed manager role permissions for the entry_identifier field
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena committed Dec 14, 2023
1 parent 38e7933 commit 97faee6
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ insert_permissions:
- description
- dest_ip
- end_date
- entry_identifier
- operator_name
- oplog_id_id
- output
Expand Down Expand Up @@ -82,19 +83,20 @@ select_permissions:
- role: manager
permission:
columns:
- id
- oplog_id_id
- operator_name
- command
- comments
- description
- dest_ip
- end_date
- entry_identifier
- id
- operator_name
- oplog_id_id
- output
- source_ip
- start_date
- tool
- user_context
- end_date
- start_date
filter: {}
- role: user
permission:
Expand Down Expand Up @@ -122,6 +124,7 @@ update_permissions:
- description
- dest_ip
- end_date
- entry_identifier
- operator_name
- oplog_id_id
- output
Expand Down

0 comments on commit 97faee6

Please sign in to comment.