foreman_vault icon indicating copy to clipboard operation
foreman_vault copied to clipboard

Foreman integration with Vault

Results 6 foreman_vault issues
Sort by recently updated
recently updated
newest added

foreman version : 3.7.0 foreman_vault version : 1.2.0 Hello, we are using foreman_vault to get secret from our vault. But since we upgrade to foreman version 3.7.0 we have connections...

When the vault is sealed it causes multiple issues across Foreman/Satellite and it's not exactly clear that it is vault that's causing the issue, you have to do some digging...

It seems that kv version 2 is unsupported currently. ``` Failed to initialize: ForemanVault::VaultClient::NoDataError - ERF37-7090 [ForemanVault::VaultClient::NoDataError]: ERF37-5383 [ForemanVault::VaultClient::NoDataError]: There is no available data for path: kv/test ``` Any chance...

enhancement
good first issue

Would it be possible to add support for returning the secrets from the `vault_secret` macro in a json or yaml format? Or is that something that's out of scope of...

enhancement

Would it be possible to encrypt or at least hide the data that's entered in the `Token` and AppRole `Secret ID` forms for the Vault connection?

enhancement

I'm working on running Foreman in kubernetes, would be nice if this plugin also support the kubernetes login method.