-
Notifications
You must be signed in to change notification settings - Fork 24
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
CredentialsError in web UI #3
Comments
also this one: {
"error": {
"message": "Missing credentials in config",
"code": "CredentialsError",
"time": "2017-08-12T14:34:28.910Z",
"originalError": {
"message": "Could not load credentials from any providers",
"code": "CredentialsError",
"time": "2017-08-12T14:34:28.910Z",
"originalError": {
"code": "ECONNRESET",
"message": "socket hang up"
}
}
}
} |
yes, i'm seeing this as well.. any advice on how to set the credentials? |
me2, any advice? |
ok, i have a temporary solution for this, until the owners get back to us. The gist is to add dummy credentials to /root/.aws/credentials the fast way: use this fork and run the slow way: use this branch on the same fork and build your own image with credentials built in happy to submit a PR from either solution, depending on the owners' preference. I haven't tested the slow one, as I had trouble building the image, but the first one definitely works |
I still need to troubleshoot this, but in the meantime if someone wants to look in the commit log of https://github.com/aaronshaf/dynamodb-admin they may find the breaking commit there. |
You can also launch the container passing the AWS credentials as environment variables as well: That worked for me. |
This has been fixed in instructure/dockerfiles@f8e32d9 |
first off, thanks for this project, it has been very useful to me!
recently, i've started seeing the below error when I open the web admin. Do you know what I might be doing wrong?
The text was updated successfully, but these errors were encountered: