bryopsida
bryopsida
#### What this PR does / why we need it: This PR adds a value option `enableSecretsAsFiles` which is disabled by default, but when enabled toggles the rendered manifests to...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Several security benchmarking tools...
Currently the primary use case(s) of this chart is 1) Provide an isolated VPN inside of kubernetes allowing wireguard peers to communicate with each other and egress over the node...
We currently only document a single site setup, it should be possible to use multiple deployments each connecting to each other. Specifically this scenario A | | | | |...
What --- This enables using the wireguard keygen job to generate the wireguard secret, this handles the error case of the secret already existing gracefully. I'm going to leave this...
As a user, it would be nice if when the wireguard configuration was updated, the wireguard pods did not need to be restarted for configuration updates to take effect. To...
What --- Adds ability to add supplementary group ids when spawning a process. Rebase of the work done here: https://github.com/libuv/libuv/pull/761 for 2.0/master branch.
## Overview Adds the ability to load secret values from files. These environment variables follow the existing environment variable names except with a `_FILE` suffix. - `COUCHDB_ERLANG_COOKIE_FILE` - `COUCHDB_SECRET_FILE` -...
What --- Fixes incorrect grammar usage in error message `answered -> answer`
What --- The constructor allocates a UDP socket but never uses it, this simply drops the socket allocation from the constructor