Hashicorp Vault: KvV2.create_or_update_secret() got an unexpected keyword argument 'secret_path' #37619
Closed
1 of 2 tasks
Labels
area:providers
good first issue
kind:bug
This is a clearly a bug
provider:hashicorp
Hashicorp provider related issues
Apache Airflow Provider(s)
hashicorp
Versions of Apache Airflow Providers
apache-airflow-providers-hashicorp==3.6.3
Apache Airflow version
2.8.1
Operating System
arch
Deployment
Virtualenv installation
Deployment details
_VaultClient.create_or_update_secret() calls the underlying KV engine with a
secret_path
keyword parameter that should've beenpath
:What happened
When using this functionality it fails given the above error message.
What you think should happen instead
If the create_or_update_secret functionality is provided, it should work as intended.
How to reproduce
Call
create_or_update_secret
, via the VaultHook for example.Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: