We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
azure.subscription.keyVault.vaults {keys}
Describe the bug Azure Provider can't access azure.subscription.keyVault.vaults {keys} field:
Whereas the keys are accessible from a az cli with the same shell (== same permissions):
keys
az cli
To Reproduce Steps to reproduce the behavior:
mql
az keyvault key list --vault-name <vault-name> --query '[*].{"kid":kid,"enabled":attributes.enabled,"expires":attributes.expires}'
Expected behavior MQL should populate the fields below key
key
Potential Solution The out-commented line in providers/azure/connection/connection.go looks like the place to start:
providers/azure/connection/connection.go
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Azure Provider can't access
azure.subscription.keyVault.vaults {keys}
field:Whereas the
keys
are accessible from aaz cli
with the same shell (== same permissions):To Reproduce
Steps to reproduce the behavior:
mql
:azure.subscription.keyVault.vaults {keys}
az cli
:az keyvault key list --vault-name <vault-name> --query '[*].{"kid":kid,"enabled":attributes.enabled,"expires":attributes.expires}'
Expected behavior
MQL should populate the fields below
key
Potential Solution
The out-commented line in
providers/azure/connection/connection.go
looks like the place to start:Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: