Skip to content

Commit

Permalink
Fix dynaconf#768 of kv property depreciation from client object
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Jul 16, 2022
1 parent 8dbff54 commit a2b96d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynaconf/loaders/vault_loader.py
Expand Up @@ -58,7 +58,7 @@ def get_client(obj):
"Vault authentication error: is VAULT_TOKEN_FOR_DYNACONF or "
"VAULT_ROLE_ID_FOR_DYNACONF defined?"
)
client.kv.default_kv_version = obj.VAULT_KV_VERSION_FOR_DYNACONF
client.secrets.kv.default_kv_version = obj.VAULT_KV_VERSION_FOR_DYNACONF
return client


Expand Down

0 comments on commit a2b96d7

Please sign in to comment.