Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IT-3091] Remove CI service account for Agora #1093

Closed
Closed
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
16 changes: 0 additions & 16 deletions org-formation/600-access/_tasks.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
Parameters:
<<: !Include '../_parameters.yaml'

# A service account for https://github.com/Sage-Bionetworks/agora-infra
AgoraCIServiceAccount:
Type: update-stacks
Template: https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra/v0.3.8/templates/IAM/service-account.yaml
StackName: ci-service-access
Parameters:
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AdministratorAccess
- arn:aws:iam::aws:policy/AdministratorAccess-AWSElasticBeanstalk
DefaultOrganizationBinding:
IncludeMasterAccount: false
Account:
- !Ref AgoraDevAccount
- !Ref AgoraProdAccount
Region: us-east-1

# A service account for https://github.com/Sage-Bionetworks/iatlas-infra
iAtlasCIServiceAccount:
Type: update-stacks
Expand Down
Loading