Skip to content

Commit

Permalink
[Bugfix] Fix OIDC Role (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow authored Sep 19, 2024
1 parent 706f957 commit ae663ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ parameters:
executors:
golang-executor:
docker:
- image: 889010145541.dkr.ecr.eu-central-1.amazonaws.com/cicd/golang:1.22.5
- image: 889010145541.dkr.ecr.us-east-1.amazonaws.com/cicd/golang:1.22.5
aws_auth:
oidc_role_arn: arn:aws:iam::889010145541:role/circleci-registry-integration-eu-central-1
oidc_role_arn: arn:aws:iam::889010145541:role/circleci-project-dev-kube-arangodb
machine-executor:
machine:
image: ubuntu-2204:current
Expand Down

0 comments on commit ae663ea

Please sign in to comment.