vault authorize-action uses deprecated hvac API method
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vault-charm |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
https:/
:type client: hvac.Client
:param policies: List of policy names
:type policies: [str, str, ...]
:returns: Id of created role
:rtype: str"""
>>> client.create_role(
https:/
create_
Call to deprecated function ‘create_role’. This method will be removed in version ‘0.12.0’ Please use the ‘create_
Although we are using old HVAC client, wouldn't we like to consider upgrading it?
(.venv) root@vault-
hvac==0.6.4
Changed in vault-charm: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |