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

az cli missing functionality in az cli - az keyvault certificate pending .... #28021

Open
eddiewhho opened this issue Dec 13, 2023 · 7 comments
Assignees
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. KeyVault az keyvault question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.
Milestone

Comments

@eddiewhho
Copy link

Describe the bug

After creating certificate in azure keyvault using below command
az keyvault certificate create
There is not option to download the csr for signing using az cli or powershell??
az keyvault certificate pending ....

It's only possible to download using the portal at the moment??

Related command

az keyvault certificate create
az keyvault certificate pending ....
az keyvault certificate pending merge

Errors

There is no error since the functionality is not available

Issue script & Debug output

There is no error since the functionality is not available

Expected behavior

az keyvault certificate pending download

Environment Summary

{
"azure-cli": "2.55.0",
"azure-cli-core": "2.55.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {
"ssh": "2.0.1"
}
}

Additional context

Only available to download the csr via portal

@eddiewhho eddiewhho added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Dec 13, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Dec 13, 2023
@yonzhan
Copy link
Collaborator

yonzhan commented Dec 13, 2023

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added Auto-Assign Auto assign by bot KeyVault az keyvault labels Dec 13, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added Azure CLI Team The command of the issue is owned by Azure CLI team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 13, 2023
@eddiewhho
Copy link
Author

Snip 2023-12-13 16 33 40

@eddiewhho eddiewhho changed the title az cli missing fucntionality in az cli - az keyvault certificate pending .... az cli missing functionality in az cli - az keyvault certificate pending .... Dec 13, 2023
@yonzhan yonzhan removed the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Dec 14, 2023
@yonzhan yonzhan added this to the Backlog milestone Dec 14, 2023
@evelyn-ys
Copy link
Member

Here's the command az keyvault certificate download: https://learn.microsoft.com/en-us/cli/azure/keyvault/certificate?view=azure-cli-latest#az-keyvault-certificate-download

@eddiewhho
Copy link
Author

@evelyn-ys that link https://learn.microsoft.com/en-us/cli/azure/keyvault/certificate?view=azure-cli-latest#az-keyvault-certificate-download is to download the certificate private/public key, I need to download the CSR, Certificate Signing Request to create proper certificates before I can use what the link shows.

step1: az keyvault certificate create
step2: az keyvault certificate pending <download_csr>
step3: az keyvault certificate pending merge

@evelyn-ys evelyn-ys added Service Attention This issue is responsible by Azure service team. and removed Azure CLI Team The command of the issue is owned by Azure CLI team labels Dec 14, 2023
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @RandalliLama, @schaabs, @jlichwa.

@jlichwa
Copy link

jlichwa commented Feb 12, 2024

@evelyn-ys I assume that this feature is implemented already, show is used to download the csr:
https://learn.microsoft.com/en-us/cli/azure/keyvault/certificate/pending?view=azure-cli-latest#az-keyvault-certificate-pending-show

@eddiewhho
Copy link
Author

@jlichwa that only shows that certificate has a pending action, but doesnt actually download the CSR for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. KeyVault az keyvault question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

4 participants