Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix credentials not defined error #37

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

mrufsvold
Copy link
Contributor

When running in a fargate instance, I hit a code path that threw

ERROR: LoadError: UndefVarError: `credentials` not defined
 [1] loadRoleArn(roleArn::String, credFile::String, configFile::String)
   @ CloudBase /usr/local/.julia/packages/CloudBase/Y7ec4/src/aws.jl:233
...

Looking at the code, this is a pretty simple scoping issue. I think this PR should fix it!

@quinnj quinnj merged commit 9738799 into JuliaServices:main Aug 6, 2024
3 of 4 checks passed
@mrufsvold mrufsvold deleted the patch-1 branch August 6, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants