Brian Scholer
Brian Scholer
Thanks for reporting this @Vladimir-csp , I have been looking at it, but I've been very short on time. I believe the changes, ultimately, are related to the change in...
@Vladimir-csp can I ask if you are also using the `retries` option?
Thank you @Vladimir-csp , can you also show a dump of your env vars (non-sensitive values of course). As I look through the code, the changes we made in `hvac`...
thank you @Vladimir-csp > can you also show a dump of your env vars (non-sensitive values of course)
Unfortunately not, I started looking at it back then, but I have not been able to find the time since then due to other priorities in the collection and mostly...
@daniel-chamberland thanks very much for the additional information, I'm still very short on time until at least later this month, but I do hope to track down the cause and...
Hi @blmhemu thanks for reporting this! It looks like this is a bug in the `hvac` library instead, and I've opened an issue for it here: - https://github.com/hvac/hvac/issues/965
@blmhemu I have a PR up in `hvac` that should fix this: - https://github.com/hvac/hvac/pull/966 In the meantime if you want to see if that fixes it with ansible as well,...
Hi @pilou- , thanks for commenting. I think the issue with relying on underlying defaults, especially for options we require, is that it makes for an unclear or inconsistent user...
Hi @rfpludwick welcome, thanks for submitting this! I'm especially intrigued by the generic auth idea. That one might be something I'd consider implementing as it would be a little trickier...