Skip to content

Commit 38df4ae

Browse files
authored
feat(iam): grant end-users access to activity queries (#189)
## Summary We just released the new activity service, which brings support for browsing activity timelines and querying events. Previously, the Viewer role only had access to audit log queries. This updates it to include the full activity viewer permissions so users can take advantage of the new activity and event features too. Editor and Owner roles inherit from Viewer, so they'll pick up these permissions automatically. ## Test plan - [ ] Assign a user the Viewer role and confirm they can query activities, events, and audit logs - [ ] Verify Editor and Owner users retain the same access 🤖 Generated with [Claude Code](https://claude.com/claude-code)
2 parents 6169471 + 7e93776 commit 38df4ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/assignable-organization-roles/roles/datum-cloud-viewer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
namespace: milo-system
2525
- name: iam-user-invitations-reader
2626
namespace: milo-system
27-
- name: activity.miloapis.com-audit-log-querier
27+
- name: activity.miloapis.com-viewer
2828
namespace: milo-system
2929
- name: notes-viewer
3030
namespace: milo-system

0 commit comments

Comments
 (0)