Skip to content

creds test fails #43

@jc00ke

Description

@jc00ke

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions