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
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
I have couple of questions, couldn't add a label as question to this. Please update the label as a question. It would be great if someone can share their thoughts on the following:
Is the Private key which is being mounted on FlexVolume Base64 encoded or encoded by any other algorithm or it's just in the plain text without any encoding?
Is there a way to fetch public and private key separately?(not in a single file as we get with secret)
Thanks
The text was updated successfully, but these errors were encountered:
With the secrets store csi driver Azure provider PR and this PR in the csi driver, this should address your issue. we will ping you as soon as all the changes are ready to be consumed or you could also build from source.
Thanks for the update. It would be great if you can share some details about the new solution. Will it provide a way to fetch public and private key separately? I assume that it should work with new solution if we can get certs and keys in plain text. Please correct me if I am wrong.
FYI - Mount volume always fails if I choose keys in flex volume. It fails specifically for the certificate that I have generated by azure CLI. Steps to generate Cert:
Created a CSR (where keyproperties.exportable is true)
Got this CSR signed by a third party CA
Merged the generated public key/cert in Key Vault.
This is specific to EC certs. Raised another issue to track this: issue
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have couple of questions, couldn't add a label as question to this. Please update the label as a question. It would be great if someone can share their thoughts on the following:
Is the Private key which is being mounted on FlexVolume Base64 encoded or encoded by any other algorithm or it's just in the plain text without any encoding?
Is there a way to fetch public and private key separately?(not in a single file as we get with secret)
Thanks
The text was updated successfully, but these errors were encountered: