Re-enable ECR? #76
-
Hi Folks, In our refarch kickoff we had commented out this code for ECR so we could progress with other setup steps... now that we are beyond these should we now enable it?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm assuming you're reffering to the subsection of code # github_actions_iam_role_enabled: false
# github_actions_iam_role_attributes: [ "ecr" ]
# github_actions_allowed_repos:
# - Vibrant-Planet/vbpt-infra
# - Vibrant-Planet/example-app-on-ecs
# - Vibrant-Planet/example-app-on-lambda-with-gha That should be fine to re-enable. This assumes the mixins for ECR were vendored in - as those variables are defined there. I do remember we are moving those - so might need to update the mixins pointer. If you run into an issue with You also probably want |
Beta Was this translation helpful? Give feedback.
I'm assuming you're reffering to the subsection of code
That should be fine to re-enable. This assumes the mixins for ECR were vendored in - as those variables are defined there. I do remember we are moving those - so might need to update the mixins pointer.
If you run into an issue with
local.enabled
being duplicated just remove it from the mixin. We plan on fixing this in a new version and should be…