You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- AWS_ECR_REPO_NAME # The ECR repository name to write images to
19
-
- PRODUCTION_EKS_CLUSTER_NAME # The name of the production EKS cluster to deploy into
20
-
- STAGING_EKS_CLUSTER_NAME # The name of the staging EKS cluster to deploy into
21
-
- AWS_CLUSTER_AUTH_ROLE_ARN_STAGING # The ARN of the role to assume that allows access to the EK cluster. Most likely ends with `kubernetes-admin-staging`
22
-
- AWS_CLUSTER_AUTH_ROLE_ARN_PRODUCTION # The ARN of the role to assume that allows access to the EKS cluster. Same as above but for production
23
-
- SLACK_WEBHOOK # Webhook for slack notifications. Must be specified, but doesn't need to be set to a real value
24
-
- CIRCLECI_API_KEY # Needed for the queueing orb. You can generate this in the project settings in CircleCI. It needs the `status` scope.
9
+
- AWS_ACCESS_KEY_ID # AWS access key for the circleci user - this should be in AWS secret manager
10
+
- AWS_SECRET_ACCESS_KEY # AWS secret for the circleci user - this should be in AWS secret manager
11
+
- CIRCLECI_API_KEY # Needed for the queueing orb. You can generate this in the project settings in CircleCI. It needs the `status` scope.
12
+
13
+
- SLACK_WEBHOOK # Webhook for slack notifications. Must only be specified if you uncomment `slack/notify-on-failure`
0 commit comments