sneaker icon indicating copy to clipboard operation
sneaker copied to clipboard

A tool for securely storing secrets on S3 using Amazon KMS.

Results 4 sneaker issues
Sort by recently updated
recently updated
newest added

Update Go SDK and include `aws-sdk-go/aws/credentials/processcreds` in order to support process-based credential providers: https://docs.aws.amazon.com/sdk-for-go/api/aws/credentials/processcreds/ In my case, the credential provider is a company-wide OAUTH tool; this allows us to avoid...

Permits use of `AWS_PROFILE` environment variable to use the Session shared config. If environment variable is not present, follows the old code path.

Hi, If a got a piece of data encrypted with a KMS key, how can I use sneaker to decrypt it ? Shall I just upload the file to the...

Hello, I've been experimenting with sneaker - quite a neat project! Initially, I tried using the `sneaker ls ` functionality, and it seemed to work well - however something happened...