Robbie Blaine
Robbie Blaine
I'm also looking for a way to do this as I don't believe it's very wise to give the `default` service account the required privileges for vault. I prefer keeping...
The purpose of this is so that vault (which requires the `nonroot` SCC and the `ipc_lock` capability) can be deployed using a custom service account so that you don't have...
It looks like [this](https://github.com/coreos/vault-operator/blob/c84e13c6f95821c377d394bb598455afc65431fe/pkg/util/k8sutil/vault.go#L76) function creates the etcd cluster with a specific definition. Modifying it slightly would allow, for example, PVCs to be defined as well. **Edit:** The problem with...
If you want to run the changes that I've made, head over to our [Quay](https://quay.io/repository/zenlab/vault-operator) repository. The tag `0.1.9-1` is a build of the latest stable vault operator release with...
@drspockbr #332 [banzaicloud/bank-vaults](https://github.com/banzaicloud/bank-vaults)
Are there any updates on this? I see the jenkins tests failed with PR #328 but I cannot view the details
@FernandoFicoseco-natgeo ```sh bash hack/build mv _output hack docker build -t $REPO/vault-operator:$VERSION hack/ ```
The code block I commented is what is needed to compile the vault-operator and build a docker image locally. To use the new vault operator that you just compiled, recall...
@ficofer, development on this repository has stalled heavily (#332) I recommend you take a look at [banzaicloud/bank-vaults](https://github.com/banzaicloud/bank-vaults) **Edit:** The code snippet I posted above is incorrect, the image being run...
Don't use the `vault-operator` image to run `etcd-operator`. Use the `etcd-operator` image to run `etcd-operator` and use the `vault-operator` image to run `vault-operator`