puppet-vault_lookup icon indicating copy to clipboard operation
puppet-vault_lookup copied to clipboard

Results 20 puppet-vault_lookup issues
Sort by recently updated
recently updated
newest added

Is it possible to disable the check with a new key? Scenario: Function is using cached results because cache_hash didn't change, which is correct, but in vault the password was...

Please release 1.1.1 with approle trailing / url fix.

Hello, I'd like to start by saying thank you for this Puppet function. It's really useful to integrate easily with Vault without needing to deploy additional tools like Vault agent...

Hello, First of all, thanks for the module. I'm trying to make this module work with a Vault Cluster exposing port 8200 with a Self-signed CA . For the `Deferred`...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: puppetserver version: 7.13.0 - Distribution: Centos9 ## How to reproduce (e.g Puppet code you use) I've happened the following lines...

#### Pull Request (PR) description This PR adds a new optional parameter `gen_secret_len`. If set it will create a new random secret for the specified vault-key with the supplied length...

#### This Pull Request (PR) fixes the following issues

tests-fail
merge-conflicts

If a lookup function raises an exception, the whole catalog compilation will fail. This PR adds the ability to configure the lookup to not raise and instead simply log and...

merge-conflicts

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.17.0 - Ruby: 3.1.2p20 - Distribution: Fedora/Ubuntu - Module version: latest ## How to reproduce (e.g Puppet code you use)...

The current implementation raises an exception if the lookup fails to resolve a result.... this just doesn't make sense for a data lookup, its more that conceivable that most of...

bug