-
Notifications
You must be signed in to change notification settings - Fork 334
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
azure_rm_keyvaultsecret_info
: Session.request() fails with unexpected keyword argument 'enable_cae'
#1780
Comments
@jpsullivan Which authentication method do you use? For example, credentials files, environment variables or 'az login', thank you! |
Hey @Fred-sun! Thanks for taking a look. I typically use az login to authenticate. |
Facing same issue with ansible version Facing issue with azure.azcollection.azure_rm_keyvaultsecret_info ansible module |
@jpsullivan Could you please provide the |
@jpsullivan In addition, please provide the version of
|
@Fred-sun - I'm experiencing the same issue for azure.azcollection 3.1.0 |
@zbenamram Could you please provide the pip3 list information? More conducive to solving the current problem, thank you! |
@Fred-sun - no problem. Thanks so much for taking a look
|
@jpsullivan @zbenamram It was a strange question because I couldn't reproduce it locally. Is likely to be caused by |
I can work around this crash by downgrading to |
Hey @Fred-sun, apologies for the delay. Here's the info you requested:
No clue why I've got two |
@jpsullivan Can you try scaling down the |
Hey there, |
Hi @Fred-sun , I'm curious why you added the "not a bug" label. This is very much a bug. |
SUMMARY
When attempting to fetch secrets from Azure Key Vault using the
azure_rm_keyvaultsecret_info
module, the task fails with an error indicating an unexpected keyword argumentenable_cae
in the Session.request() call.I'm aware that this has been identified in other repos (Azure/azure-cli#27131) and allegedly patched, but this appears to still be an issue with
azcollection
.ISSUE TYPE
COMPONENT NAME
azure_rm_keyvaultsecret_info
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
OS: macos 15.1.1 (24B91)
STEPS TO REPRODUCE
ansible-galaxy collection install -r requirements.yml pip3 install -r ~/.ansible/collections/ansible_collections/azure/azcollection/requirements.txt
EXPECTED RESULTS
Expected to pull the secrets that I am sure exist within my KeyVault.
ACTUAL RESULTS
Pasted the relevant exception details below:
The text was updated successfully, but these errors were encountered: