https://meltano.com/ logo
#announcements
Title
# announcements
a

astonishing-alarm-71586

01/19/2021, 8:22 PM
I was going to make an extension to a tap, and wanted to get the circleci tests running. I have my circleci setup and connected to my github account. When I run the workflow I get this error.
error authentication with ECR: AWS credentials not found
I figured I'd set the credentials in the
circleci-user
context. Does anyone now where to set these and what they keys need to be? I tried
aws_access_key_id
and
aws_secret_access_key
.
Copy code
workflows:
  version: 2
  commit:
    jobs:
      - build:
          context: circleci-user
  build_daily:
    triggers:
      - schedule:
          cron: "0 19 * * *"
          filters:
            branches:
              only:
                - master
    jobs:
      - build:
          context: circleci-user
1
r

ripe-musician-59933

01/19/2021, 8:37 PM
@astonishing-alarm-71586 That doesn't look like a Meltano issue to me, and I'm afraid I don't know Circle CI well enough to be able to help debug this. https://github.com/CircleCI-Public/circleci-cli/issues/280 looks like it could be related though?
a

astonishing-alarm-71586

01/19/2021, 9:02 PM
I had been running it in the cloud, but have now installed the local CLI and exported the two aws* environment variables. I still get the same error.
Sorry, missed the beginning of your note that said what I expected. 'Not your space ...' Thanks for finding the above response though.
r

ripe-musician-59933

01/19/2021, 9:04 PM
Yeah I wish I could help but this is a question for Circle CI experts 🙂