Conversation
…branch than folder than ... than global configuration
2dc80bc to
7827240
Compare
…before it was stored as a base64 value
7827240 to
3235ed1
Compare
|
I'm not sure this fix should go in as-is, the decode from base64 is only needed if you put the ssh into vault as a base64 encoded string. That's not how I've done it and I'm sure I'm not alone in this. |
|
I just thought it would be good to store the key as a base64 string to avoid dealing with newlines and to not send the certificate as is to Vault And I think if the plugin follows the same approach it'd be fine, because the Vault certificate credential is expecting a base64 string from Vault at: Take a look to this link for a more complex example of storing an SSL Certificate: https://discuss.hashicorp.com/t/store-ssl-certificates-in-vault/30180/6 |
|
Would be best to check whether the string was base64 encoded or not. |
Uh oh!
There was an error while loading. Please reload this page.