Haseeb Tariq
Haseeb Tariq
Vault [0.10.0](https://github.com/hashicorp/vault/blob/master/CHANGELOG.md#0100-april-10th-2018) has been out for a while and the default Vault base image used by the operator needs to be updated to 0.10.0. The vault-operator [by default](https://github.com/coreos-inc/vault-operator/blob/847468db1645d02a2ea35c1ac891de0b49e036e9/pkg/apis/vault/v1alpha1/types.go#L9-L11) uses a...
As the current [maintainers](https://github.com/coreos/vault-operator/blob/master/MAINTAINERS) we are focusing our efforts on tools to help all engineers build Operators with the [Operator Framework](https://github.com/operator-framework) and less time on specific Operators such as Vault....
Added a simplified version of the current [test/pod](https://github.com/coreos/vault-operator/tree/master/test/pod) that allows the e2e tests to be run against an existing vault and etcd operator setup. The multistage Dockerfile builds the test...
A k8s cluster can have admission control policies that can restrict the allowed pod security policy. The vault-operator should allow a user to set the pod security policy for a...
We need to keep a CHANGELOG to track and showcase major changes for each release.
It would be useful to be able to generate API documentation in markdown for all custom resource types under `pkg/apis/...` based on the comments in the `types.go` source. Largely inspired...