-
-
Notifications
You must be signed in to change notification settings - Fork 318
[bug] dynaconf[vault] fails with new hvac #807
Copy link
Copy link
Closed
Labels
Description
Describe the bug
dynaconf[vault] is not able to work with new hvac 1.0.0+
DeprecationWarning turned into AttributeError
This:
DeprecationWarning: Call to deprecated function 'auth_approle'. This method will be removed in version '0.12.0' Please use the 'login' method on the 'hvac.api.auth_methods.approle' class moving forward.
into this:
AttributeError: 'Client' has no attribute 'auth_approle'
To Reproduce
Steps to reproduce the behavior:
- Use unpinned hvac (1.0.0+) - dynaconf[vault] dependency
Reactions are currently unavailable