Janusz Bialy

Results 5 issues of Janusz Bialy

It would also be cool to have support for Redis hashes and [Bolt](https://github.com/boltdb/bolt)!

enhancement
help wanted
good first issue

Currently the vault datasource will not work with v2 version of Vault's secret engine. Extending the datasource to support this would allow for the use of versioned secrets! https://www.vaultproject.io/api/secret/kv/kv-v2

enhancement
help wanted

Gomplate supports reading from the AWS parameter store using the`aws+smp` datasource. It would be great to also support the GCP secret manager, https://cloud.google.com/secret-manager/docs/managing-secrets.

new datasource

It would be really useful if gomplate could have native support for accessing terraform [output values](https://www.terraform.io/docs/configuration/outputs.html). Using the terraform CLI this can easily be done using `terraform output -json some_output_value`....

enhancement
api/minor

# Description Adding a helper command for generating random alphanumeric strings which can be used for the various secrets. Placing this in the "core services" section right below the api-key....