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
Describe the solution you'd like
Right now, I have scenario where I have config file in keyvault which should be in json format and json file and should be placed in /etc directory with json extension.
But csi driver is copying file with same name on container which is exist on keyvault. In keyvault, we cannot save file with extension (.json, .pem, .txt), how we can save that file.
I tried to use volumemount as well with subpath to test.json, but it is creating mount but as directory and my datadog synthetics check is not reading it and asking for private key etc.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
Secrets Store CSI Driver version: (v1.3.4):
Azure Key Vault provider version: (use the image tag): azure/secrets-store/provider-azure:v1.4.1
Kubernetes version: (use kubectl version): 1.25
Cluster type: (e.g. AKS, aks-engine, etc): aks
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Right now, I have scenario where I have config file in keyvault which should be in json format and json file and should be placed in /etc directory with json extension.
But csi driver is copying file with same name on container which is exist on keyvault. In keyvault, we cannot save file with extension (.json, .pem, .txt), how we can save that file.
I tried to use volumemount as well with subpath to test.json, but it is creating mount but as directory and my datadog synthetics check is not reading it and asking for private key etc.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
kubectl version
): 1.25The text was updated successfully, but these errors were encountered: