zendesk / helm-secrets

DEPRECATED A helm plugin that help manage secrets with Git workflow and store them anywhere
Apache License 2.0
1.16k stars 155 forks source link

Tries to grab AWS token though only PGP is used #107

Open dennybaa opened 5 years ago

dennybaa commented 5 years ago

Config:

---
creation_rules:
  - pgp: keyidxxxxxxxxxxxxxxxxxxxx

Error:

could not get token: NoCredentialProviders: no valid providers in chain. Deprecated.
    For verbose messaging see aws.Config.CredentialsChainVerboseErrors
Error: Get https://xxxxxxxxxxxxx.yl4.xx-xxxxxx-1.eks.amazonaws.com/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dhelm%2Cname%3Dtiller: getting credentials: exec: exit status 1
dennybaa commented 5 years ago

Is this problem of helm secrets or might be the sops config is wrong?