John Ruiz
John Ruiz
Hashicorp [has announced](https://www.hashicorp.com/resources/vault-oss-ui-introduction) that they are making their Vault Web UI available in the open-source version. You might consider using it and saving yourself an extra container.
Love xfreerdp! I've created a script for each of the machines that I often RDP into, so I now have quick access to them! I'd like to be able to...
This PR allows the application to be accessed via https by testing the protocol being used as `https:` and then setting the web socket scheme to `wss` instead of `ws`....
After installing Mr-Redis and creating an instance (which I can connect to from my redis-cli), I attempt to go to the UI (http:///service/mrredis) and get a 500 error. I know...
I have vault backed by consul which I am migrating to filesystem for backup purposes. If my vault kv has a key named `foo` and a folder named `_foo`... both...
PHP has support for generating [argon2 hashes](https://www.php.net/manual/en/function.password-hash.php) and openLDAP also supports [argon2 password hashes](https://manpages.debian.org/testing/slapd-contrib/slapd-pw-argon2.5.en.html). If phpLDAPadmin were to add Argon2 support, people would be able to use it on their...
The first account created on a mac becomes uid 501 with gid 20. Because of this, the groupadd command in the base Dockerfile fails. This can be seen when running...
In `modules/consul/manifests/init.pp` the consul class's download_url is configured to use mitchell hashimoto's dl.bintray.com location, but it results in a 404 error. It seems to me that the new location is...
In a terminal, running: `bundle exec rspec` runs all my tests in `./spec` and they all pass. In the Testing pane of VS Code, I run some tests and they...