Gergely Brautigam
Gergely Brautigam
``` * Renamed `SecretBundle` to `Secret` -- 45 | * Renamed `DeletedSecretBundle` to `DeletedSecret` ``` 🙄
This isn't going to be nice OR easy... :D
If we want to use the latest SDK the whole thing basically has to be rewritten completely.
I... think I did that in the end but didn't flag this issue...? I don't know, I'll take a look. :D
Ah, yeah, sorry, I didn't do the quick fix. I was distracted to do something else. :D I will do this.
Sorry it took so long, should be fixed with the next release.
It should just be ``` "key": []byte(`{{ .secret | base64decode | pkcs12keyPass "123456" | pemPrivateKey }}`), ``` With this `pkcs12cert | pkcs12certPass` you are double running it.
You are still doing it. ``` tls.crt: '{{ .mysecret | b64dec | pkcs12cert | pkcs12certPass "abcd" }}' ```
sorry, I've been super busy to finish this. :D hopefully I'll be able to take care of this soon-ish.
Okay, let me take a look at this now. So for short, we'll add a `prefix` path to `aws` provider and we'll append it to any path that is being...