Hi,
Does python library hvac supports cubbyhole secret creation and management? I am not able to find any method in their documentation.
Does anyone knows of any other good python project/library which can be used for the cubbyhole secret creation.
The cubbyhole API is functionally equivalent to a KV v1, so you can probably just re-use HVAC’s methods for that.