You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the plugin can output only .env file that contains key-value pairs.
If we want to use the plugin to fetch a certificate from the Vault KV2 store, and output it as a certificate file, so we can upload it to kube, we cannot do it.
We need to create an output type that can write plain text file instead of .env format, so we can use it to output an RSA key.
The text was updated successfully, but these errors were encountered:
Currently the plugin can output only .env file that contains key-value pairs.
If we want to use the plugin to fetch a certificate from the Vault KV2 store, and output it as a certificate file, so we can upload it to kube, we cannot do it.
We need to create an output type that can write plain text file instead of .env format, so we can use it to output an RSA key.
The text was updated successfully, but these errors were encountered: