v1sion
v1sion
Is this still going further, would really be amazing if so 👍
Would be really nice if someone with time would pick this up 👍
> Yes I just can't figure out why it happens and I can't replicate it in dev mode, which makes it very hard to fix. For now, you can use...
Hey @mode51software think I found the issue, is in the [pkcs11helper ](https://github.com/mode51software/pkcs11helper) rather than here. According to the CloudHSM [documentation](https://docs.aws.amazon.com/cloudhsm/latest/userguide/pkcs11-attributes.html#f8) the `CKA_MODIFIABLE` attribute default value is `TRUE` and there is...
I did a quick test and it looks like it fixed the issue, https://github.com/mode51software/pkcs11helper/pull/21 let me know if it works for you!
Btw when testing the cloudHSM with the pkcs11-tool I was only able to generate keys using the sdk v3 with ubuntu 16 for some weird reason. AWS support knowledge the...
Just tested the plugin with vault and I'm able to generate the keys and issue certs with the `CKA_MODIFIABLE` set to true 👍
Getting the same issue using aws-go-v2 SDK ``` panic: reflect: embedded type with methods not implemented if there is more than one field [recovered] panic: plugins-local/src/github.com/x/y/vendor/github.com/aws/smithy-go/transport/http/checksum_middleware.go:34:2: CFG post-order panic: reflect:...