-
This is an awesome tool and I am using it a lot for different clusters of our application across different AWS regions and accounts.
Currently I have to pass a lot of parameters to the tool, exampl…
-
When doing `credstash list`, I only really want to see the latest version of each secret. The current output of `credstash list` is something I'd expect to get out of `credstash list --verbose` or `c…
glyph updated
7 years ago
-
While installing credstash on an amazon machine image through pip, we are now seeing the following issue:
18-Jul-2018 04:43:57 | packer - amazon-ebs: fatal: [127.0.0.1]: FAILED! => {"changed…
-
As a result of https://github.com/fugue/credstash/issues/19 it seems that it is now impossible to add secrets that begin with `@`:
~~~
$ credstash put -v 1 'jenkins_ad_bind_pass' '@4=saCD0nF'
usa…
-
[Amazon describes](https://aws.amazon.com/blogs/security/how-to-protect-the-integrity-of-your-encrypted-data-by-using-aws-key-management-service-and-encryptioncontext/) the benefits of specifying an E…
davbo updated
7 years ago
-
Great plugin, thanks so much for writing this!
It would be really useful if the plugin could work something like this, although I'm not sure of the constraints of the data provider:
```javascrip…
-
credstash was created prior to AWS's Parameter Store. A number of blog posts have come out since Parameter Store was released indicating it is a preferred way of managing secrets on AWS, such as this …
-
Currently puppet-credstash reads settings from a fixed config file, `/etc/puppet-credstash.yaml`. This file has to be setup before puppet runs to be available to facter. As a result it has to be creat…
-
**Describe the feature**
It would be nice to use IAM Roles and Web Identities when deploying the controller (especially useful when on EKS) instead of hardcoding keys.
**What would the new user st…
-
```
credstash -r ap-southeast-1 --table xxxx -p profile put -v 0000000000000000002 key value
```
gives the following output:
pkey version 0000000000000000002 is already in the credential store. Us…