Kirill K
Kirill K
Probably would be fixed by #17
RR handling seems to be implemented in `urllib3` which is used by `requests` which `hvac` uses: https://github.com/urllib3/urllib3/blob/master/src/urllib3/util/connection.py#L28-L81 But using RR here causes really strange behavior: ``` $ host vault.example.com vault.example.com...
Thank you, @jeffwecan ! I tried to sort the things out and end up proposing PR, but issue seems to be a little complex for me and right now I'm...
@jeffwecan ALB, that's it! Can't say how deep I appreciate your help, Jeff. I guess, at this point it's safe to say that I was using Vault HA mode in...
Faced same problem with `auto_number`, would be excellent to add some docs about using `array()` with env vars configuration.
@yegor256 May I ask you to take a look at this PR?
@yegor256 Sorry for mentioning you directly, but I'm afraid my website is still there.
Attempted to fix in #114
@bradrydzewski What we break is a single case when someone is relying on this non-obviousness and using common `/Dockerfile` to build multiple images in `/foo`, `/bar`, `/baz`, etc. Seems a...
Not really, I've found a job. :sweat_smile: Gonna try to reproduce the issue today and report back.