sgrimm-sg
sgrimm-sg
Vault reads its TLS private key from the server's filesystem, and requires it to be in plaintext unless a human is present to supply a passphrase. That's not ideal when...
Mandate attaching close parentheses to the preceding tokens, a la the Google Java style guide.
The style guide is currently silent about which of these is preferred: ```kotlin someFunction( someOtherFunction( someThirdFunction( param1, param2, param3))) ``` ```kotlin someFunction( someOtherFunction( someThirdFunction( param1, param2, param3 ) ) )...
We're using Fabio in front of a microservice that runs on a single node, but that has a hot spare on another node for failover. The goal is for Fabio...
The `ansible_selinux` variable is a boolean (at least in Ansible 2.1.1.0) but it's being treated as an object: > fatal: [REDACTED]: FAILED! => {"failed": true, "msg": "The conditional check 'consul_is_ui...
When application requirements change, sometimes the initial decisions about how to name secrets in Vault are no longer appropriate, but at the moment, Vault secret names are set in stone...
One of my projects has a tagging scheme where we use a raw semver number like 1.34.2 as the git tag when publishing a new release. On CircleCI, our "deploy...
Axon 3's docs have a section describing the Configuration API, but there seems to be no documentation of that API at all in the Axon 4 version of the documentation.