Steve Moyer

Results 39 issues of Steve Moyer

**Is your feature request related to a problem? Please describe.** In our development and acceptance environments, we often have several databases running on a database server as our CI/CD system...

I tried to create a folder at /keybase/private/smoyer,christopherharm. This resulted in the creation of XXX intermediate folders (based on the valid Keybase usernames I "passed over". Clearly, Keybase is trying...

The installation instructions at `https://go.mozilla.org/sops` states that SOPS installation should be performed using: ``` go get -u go.mozilla.org/sops/cmd/sops ``` The `go get` command has been deprecated for installing binaries (and...

area/documentation

There was a previous issue related to the use of a 4xx status code for fail which has now been closed. There seemed to be agreement that returning the status...

The ``component-details`` objects provided in the ``Checks`` arrays allow additional-properties (additional-keys). Should arbitrary JSON key-value properties also be allowed in the top-level health object?

Presumably the [additional-keys](https://inadarei.github.io/rfc-healthcheck/#additional-keys) allowed in the ``component-details`` object would also have values. Calling these arbitrary key-value pairs ``additional-properties`` aligns with the definition provided by [JSON Schema](https://json-schema.org/understanding-json-schema/reference/object.html).

The current version of the RFC has an example that contains the following: ```json "notes": [""], "output": "", ``` In general, empty strings and arrays are omitted (treated the same...

The specification states: >Since each sub-component may be backed by several nodes with varying health statuses, these keys point to arrays of objects. In case of a single-node sub-component (or...

In #58 it's noted that ``node`` is used in the example without being defined in the specification. While I agree that the functionality requested in #58 may be important, I'd...

Many micro-services have a few dependencies and it's pretty obvious that when the back-end's database connection has failed, the micro-service is completely down. Things aren't nearly so clear when the...