brent s.
brent s.
Hello- If you need a libsecret/SecretService implementation in golang, I just released v1.1.0 of [r00t2.io/gosecret](https://pkg.go.dev/r00t2.io/gosecret) (GitHub mirror as `github.com/johnnybubonic/gosecret`). Please feel free to let me know if it serves your...
> (hello, KML using 0 and 1 for xs:booleans that are clearly spec'd to be only ever either true or false...) I hate to be **_that guy_**, but they are...
Howdy. I appreciate the apparent large amount of work you've put into this project. Would it be possible to add in-band (i.e. local) support? I ask because I'm trying to...
Hi! With python 3.x (and MAYBE 2.7?), `ipaddress` is now a [standard library](https://docs.python.org/3/library/ipaddress.html). It'd be great if netaddr could parse those objects into native objects(`A`) and have a native library...
When one is using an instance of `hvac.Client` primarily with multiple operations on a single/specific mountpoint, it can become verbose/tedious to specify this same `mount_point` multiple times. (Think multiple operations...
So there is currently an `hvac.v1.Client.sys.list_mounted_secrets_engines()` method. However, for obvious reasons this will fail as it will attempt to list **all** mounted secrets engines (as it calls `/v1/sys/mounts`). The web...
## The problem So in your README, you say: > NOTE: This policy addition is critical to discovering available secrets. Without this, _there is no programatic way for Cryptr to...
This may be user error, but I'm finding it pretty hard to get a SIT up both when using IPRoute and NDB. This: ```python from pyroute2 import IPRoute ipr =...
So let's say I have [a schema](https://git.square-r00t.net/XML/tree/schema/projects/aif.xsd) that [includes a (non-namespaced/generic) additional schema](https://git.square-r00t.net/XML/tree/schema/lib/types/aif.xsd) which finally [includes an another generic/non-NS schema](https://git.square-r00t.net/XML/tree/schema/lib/types/std.xsd). When I try to use those schemas, e.g. python's LXML...
Hey, I'm trying this on an Arch Linux box, fully up to date. With every request I make, even using the `dev-files/thumbai-local-dev.conf` configuration, I get a 502 on 1.0.0-beta.2. The...