Results 84 issues of Brian Scholer

Closes #797 Closes #293 Closes #385 Closes #660 Most detail is in #797 . Discussed this a bit on the discord, and we came to the conclusion of returning an...

enhancement
breaking-change

https://github.com/hvac/hvac/blob/ec048ded30d21c13c21cfa950d148c8bfc1467b0/hvac/adapters.py#L365-L371 On a 204 response, the entire response object is returned, but I think it should be an empty dict instead (or maybe `None` would be fine as well), to...

adapters

Related: #644 The [JWT auth method class](https://hvac.readthedocs.io/en/stable/source/hvac_api_auth_methods.html#hvac.api.auth_methods.JWT) uses the parameter `path` for the mount point in all of its methods , which strays from every other auth method which uses...

#### Details of the scenario you tried and the problem that is occurring When using Offline Domain Join (`RequestFile` parameter) with the `ADComputer` resource, the process fails if the OU...

bug
help wanted

It would be great if a config could match multiple paths or path patterns. That would make it possible to not duplicate a lot of config when you want to...

Unlike the body for example, we can't do intensive parsing of the path. The `.regex()` and `.concat()` methods don't work on the path. The `:value` part of the path also...

When I use `proxyBaseUrl`, setting `crazy: true` or setting a `delay` doesn't work. The proxying part works but it never returns a 500 and isn't delayed. Is there a way...

bug
help wanted
good first issue

The calls to `find_repository` (and the specific versions) seem to expect that a 400 error means the repository can't be found, and so it doesn't raise an error and returns...

Bug
Help Wanted

This PR modifies the GitHub workflow for releasing to run an additional job that builds an MSI package, and adds it to the release assets (only for AMD64). The existing...

I want to be able to specify a new tag or tags that will be set (in addition to the existing ones) when syncing. For example something like this: ```yaml...

enhancement