John Kirkham
John Kirkham
**Is your feature request related to a problem? Please describe.** When using ArgoCD (or similar) GitOps deployment tools, a lot of extra work needs to be done to set `ignoreRules`...
**Is your feature request related to a problem? Please describe.** This may just require clarification in the documentation. When using the `vault.security.banzaicloud.io/vault-ct-secrets-mount-path` annotation for consul-template (VSWH) the `ct-secrets` (EmptyDir) volume...
**Is your feature request related to a problem? Please describe.** It appears that the vault-operator (as installed by the Helm chart) has hard-coded the log-level to `debug`. https://github.com/banzaicloud/bank-vaults/blob/1b3a8b7480c061866616a3563838d2214682479d/charts/vault-operator/templates/deployment.yaml#L50-L51 This is...
[Service Account Volume Projection](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-token-volume-projection) This allows you to set things like the token expiry (`expirationSeconds`) and `audience` on a mounted service account token. These parameters can then be used to...
## Summary A common *best practice* is a separate application configurations from the application itself. Currently the Docker image assumes the index.json will be in the `/opt/arena/` directory along side...
**Is your feature request related to a problem? Please describe.** When using ArgoCD (or similar) GitOps deployment tools, a lot of extra work needs to be done to set `ignoreRules`...
**Is your feature request related to a problem? Please describe.** A co-worker accidentally left a single quote character out of a policy definition. The HCL parser of course failed, but...