Skip to content

Commit

Permalink
control-service: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Momchil Z authored and antoniivanov committed Nov 13, 2023
1 parent 35b0117 commit 5eaaf1c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ datajobs.aws.secretAccessKey=${AWS_ACCESS_KEY_SECRET}
# and secretAccessKey used by the control service.
#
# Necessary steps to setup Service Account:
# - Create a Service Account in Amazon (regular account that will be granted permissions to ECR repo)
# - Create a Service Account in Amazon (regular account that will be granted permissions to ECR repo) e.g:
# https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html#id_users_create_console
# e.g - IAM user: svc.example-service-user
# - Create a role in your AWS account (account where your ECR repository lives) - https://docs.aws.amazon.com/cli/latest/reference/iam/create-role.html
# e.g - IAMRole: svc.example-service-user, the role must have the same name as your service user.
Expand Down

0 comments on commit 5eaaf1c

Please sign in to comment.