-
### Describe the bug
Boto3/botocore 1.35.24 cause credstash plugin lookups to error out
### Expected Behavior
Credstash lookup succeeds
### Current Behavior
Our automation relies on bei…
-
v2.0.2 code
```
const Credstash = require('nodecredstash');
const localAwsOpt = {
region: 'ap-southeast-2',
endpoint: "https://localhost.localstack.cloud:4566",
};
const credstash = n…
imjma updated
4 months ago
-
Hi,
Sorry in advance if this is the wrong place to ask but maybe one of you has encountered that issue before. I try to use Credstash with Ansible:
`{{ lookup('credstash', 'test.sample', 'region=eu-…
-
Hi
Is this possible to add aws profile support like credstash ?
Thank you
best regards
-
create the base `credstash` object (which does a getall() on the dynamodb) only when jinja2 encounters the first `{{lookup()}}`.
Usage:
For templating nginx.conf where no `{{lookup()}}` is present…
-
### Summary
The example uses of the community.general.credstash lookup are incorrect; it does not accept a parameter named context, but uses **kwarg.
```
- name: "Test credstash lookup plugin -…
-
While running `credstash` with the latest version of all its dependencies on Python 3 (as part of Homebrew testing), there is an error that it not caught correctly:
```
$ credstash put test test …
-
## Description
The transition from credstash to AWS param store is partially complete [see procedure](https://vfs.atlassian.net/wiki/spaces/OT/pages/1601503564/Credstash+Parameter+Store+Procedures). W…
-
## Description
Sunset credstash values over to AWS Param Store
-
Following an upgrade from credstash-1.14.0 to credstash-1.15.0 we're no longer able to use the `getall` command together with encryption contexts.
## Versions
Credstash is installed in a docker …