Tyler Hess
Tyler Hess
I think the Docker Error might be that you never start Chrome. This causes it to time out while connecting to the remote debug port. This is fixed by you...
https://hvac.readthedocs.io/en/stable/ and specifically https://hvac.readthedocs.io/en/stable/usage/auth_methods/approle.html#authentication are the droids you are looking for.
Should be solved with #691
This might be fixed in the latest version with the addition of pr #691 which should give you more logical error messages. This might have been from two things. First,...
I might have inadvertently fixed this with pr #691 which added some better logging around such errors as well as adds the ability to modify/add new/different certs to a connection...
So why are we doing this for certificates then? https://github.com/hvac/hvac/blob/develop/hvac/constants/client.py I see the value in letting software decide. I have also fought developers to move hundreds of apps from wrapped...
This is likely fixed with #691
I don't know if I'm missing something but the Databases back end is not documented in the current docs.
This might be solved with pr #691 . I added some extra logging around this with documentation that to authenticate with a non-standard CA you need to provide that CA...
I am in no way a maintainer or really have any say in hvac's development direction I have just had a few pulls to resolve some issues I have personally...