Skip to content

Commit

Permalink
CCL-1878: Updates to Viewer policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaikh-ho committed Feb 3, 2025
1 parent ca16d81 commit ac7ab65
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ module "example" {
}
}

group_viewer = {
attached_policies = {
CC-Viewer-User = {
environment = "tvy38626"
}
}
}
}

iam_policies = {
Expand All @@ -40,19 +33,15 @@ EOT
policy_static = "ALLOW settings:objects:read;"
CC-Viewer-User = <<EOT
ALLOW storage:buckets:read,
storage:metrics:read,
storage:spans:read,
storage:bizevents:read,
storage:events:read,
storage:system:read,
storage:application.snapshots:read,
storage:entities:read,
storage:metrics:read,
storage:spans:read,
storage:bizevents:read,
storage:events:read,
storage:system:read,
storage:application.snapshots:read,
storage:entities:read,
storage:user.events:read,
storage:user.sessions:read,
storage:fieldsets:read,
storage:logs:read,
storage:bucket-definitions:read,
storage:filter-segments:read;
storage:user.sessions:read;
EOT
}
Expand Down

0 comments on commit ac7ab65

Please sign in to comment.