-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi there,
I'm not sure what changed, but I'm unable to successfully test newly created creds, regardless of where/how they are stored.
➜ tigris --version
2.14.0
➜ tigris creds test
Testing credentials...
Not authenticated. Starting login...
✔ Choose login method: · machine
Authenticating...
✔ Access Key ID: · tid_xmlfFbLqkn*******************************oDYXEzCd
✔ Secret Access Key: · ***************************************************************************
✔ Logged in with credentials
Next steps:
→ tigris ls List your buckets
✖ Credentials test failed
Current credentials don't have sufficient access
➜ cat ~/.tigris/config.json
{
"temporaryCredentials": {
"accessKeyId": "tid_xmlfFbLqkn*******************************oDYXEzCd",
"secretAccessKey": "***************************************************************************",
"endpoint": "https://t3.storage.dev"
},
"loginMethod": "credentials"
}I even gave[the key admin access and made sure to update and it didn't help.
I also tried setting the AWS_* and TIGRIS_STORAGE_* env vars after running tigris logout and that didn't help; I always get the ✖ Credentials test failed message.
Please let me know how I can help with more information. Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels