Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion aws/cloudformation/iam.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ Resources:
Action: logs:*
Resource: !Sub 'arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/admin/*'
ManagedPolicyArns: [!Ref DevPermissions]
Tags:
- Key: sqlworkbench-team
Value: codedotorg
DataAnalystRole:
Type: AWS::IAM::Role
Properties:
Expand All @@ -230,7 +233,7 @@ Resources:
- arn:aws:iam::aws:policy/AmazonRedshiftQueryEditorV2FullAccess
Tags:
- Key: sqlworkbench-team
Value: red-team
Value: codedotorg

DataAnalystPolicy:
Type: AWS::IAM::ManagedPolicy
Expand Down Expand Up @@ -339,6 +342,9 @@ Resources:
ManagedPolicyArns:
- !Ref ContributorS3Policy
- !Ref ContributorSecretsPolicy
Tags:
- Key: sqlworkbench-team
Value: codedotorg

GoogleContributorIDs:
Type: AWS::SSM::Parameter
Expand Down