Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty .crt and .key files are generated for PFX format #1328

Closed
JasonXD-CS opened this issue Aug 16, 2023 · 2 comments
Closed

Empty .crt and .key files are generated for PFX format #1328

JasonXD-CS opened this issue Aug 16, 2023 · 2 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@JasonXD-CS
Copy link

JasonXD-CS commented Aug 16, 2023

What steps did you take and what happened:

        - |
          objectName: pfx-certificate
          objectType: secret
          objectFormat: pfx

When trying to download a certificate in pfx format like above, it downloads three files
pfx-certificate, pfx-certificate.crt and pfx-certificate.key
where the .crt and .key files are empty dummy files.

What did you expect to happen:
PFX format should only generate single certificate file.

Anything else you would like to add:

Which provider are you using:
Azure Key Vault

Environment:

  • Secrets Store CSI Driver version: (use the image tag):
    • mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v1.3.4
    • mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.8.0
  • Kubernetes version: (use kubectl version): v1.25.6
@aramase
Copy link
Member

aramase commented Aug 16, 2023

This is a provider specific change and not related to driver. I've opened Azure/secrets-store-csi-driver-provider-azure#1277 in AKV provider.

/close

@k8s-ci-robot
Copy link
Contributor

@aramase: Closing this issue.

In response to this:

This is a provider specific change and not related to driver. I've opened Azure/secrets-store-csi-driver-provider-azure#1277 in AKV provider.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants