Ben Woodward

Results 14 issues of Ben Woodward

Is there any interest in providing a kubeseal client library? I'm specifically after the `Seal` function. The use-case is for custom applications generated SealedSecrets. Currently [func seal](https://github.com/bitnami-labs/sealed-secrets/blob/93fbf7822abf2d3491007eae2cad997d53908f6a/cmd/kubeseal/main.go#L229) is non-exported and...

enhancement
help wanted

I'm building out a settings panel using Evergreen and noticed the label styling is inconsistent between the `RadioGroup` and `SelectField` components. Visually, it appears the only inconsistency is the `color`...

bug

**Is your feature request related to a problem? Please describe.** I experienced a bit of friction on my deployment of Athens. I think there's room for improvement in documentation around...

docs

We should bake the default `config.toml` into the pick binary and add a command sending it to stdout, allowing users to generate config files manually. Additionally, we may consider having...

I think this software has matured enough to warrant a 1.0 release. Creating this issue to track any items or considerations for that release. /cc: @leonklingele

It would be nice to offer a [curl-able install script like dep's](https://github.com/golang/dep/blob/master/install.sh), e.g. ``` curl https://raw.githubusercontent.com/bndw/pick/master/install.sh | sh ```

enhancement

Locking was introduced in https://github.com/bndw/pick/pull/171 and needs to be properly implemented in the S3 backend

help wanted
tech tebt

Adds support for running under Docker.

Single e tag works as expected ``` nostcat ws://localhost:9000 ["REQ","RAND",{"kinds":[1],"#e":["8b1013c2d137bab5a7026e5adc65dcd641025c1a8ae2b7ecdec848cca44f1297"]} ``` Two values returns nothing: ``` nostcat ws://localhost:9000 ["REQ","RAND",{"kinds":[1],"#e":["8b1013c2d137bab5a7026e5adc65dcd641025c1a8ae2b7ecdec848cca44f1297","e32f75bfce9513bab7c7e82b9a61fd56f80f68946a9d0a384f7f17989bd91f13"]}] ``` I suspect this has to do with the `LIKE` query...

Does installing this through the readynas admin page install `docker`, or is this a cli client wrapper you've written for docker? I'd like to install docker and manage it through...