-
Hi, trying to get a small test app working on an EC2 instance with an IAM role (confirmed via curl http://169.254.169.254/latest/meta-data/iam/security-credentials/role-name
Lets call this try.js
…
-
CredStash will have to thought out and considered especially around costing?
-
Hi,
I love your project, very tidy/ clean/ simple !
However i'd appreciate your thoughts/ rational for creating _credstash_ rather than using hashicorp vault?
-
Credstash fetches a list of all secrets in DynamoDB and returns the names and versions of all credentials.
https://github.com/fugue/credstash/blob/v1.11.0/credstash.py#L167
This would address #8 in …
-
It seems some additional permissions are required beyond read & write for `credstash setup`. After some trial and error, I got the following:
```
{
"Version": "2012-10-17",
"Statement":…
-
Credstash is used by many people and other frameworks,
such as [ansible](https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/credstash.py).
It would be nice to have one utility …
-
Thanks for releasing credstash. It looks useful, but I'm having trouble with a custom key name. If this isn't a bug, please let me know where I'm going wrong.
```
$ credstash --key alias/credstash…
-
I can successfully create a key with a non-default kms alias:
```
credstash put -k alias/test-credstash test-key test
test-key has been stored
```
But retrieving the key does not work:
```
cr…
-
I'd like to describe an use case I think might be interesting to support. We are currently using credstash on our services and one of the core features we need is supporting key rotation. What we do i…
-
There are several projects that provide credstash compatibility with other languages. These should be acknowleged & linked from the README:
- https://github.com/jessecoyle/jcredstash (Java)
- htt…