Results 3 comments of snagiel

Vault already provides mechanisms (and tutorials) on utilizing its secret engine to: 1) [inject values into pods with the agent container sidecar](https://learn.hashicorp.com/tutorials/vault/kubernetes-sidecar?in=vault/kubernetes) 2) [mount (Vault-managed) secrets as proxied volumes](https://learn.hashicorp.com/tutorials/vault/kubernetes-secret-store-driver?in=vault/kubernetes) I...

In addition to the two options enumerated above, Vault also provides the [Kubernetes Auth Method](https://www.vaultproject.io/docs/auth/kubernetes), which [Rook/Ceph utilizes as a KMS solution for storing dmcrypt keys](https://rook.io/docs/rook/v1.8/ceph-kms.html). I think this is...

> @plebcity For the time being, you can replace `./gradlew bootBuildImage` with `pack build --builder paketobuildpacks/builder:base` and use the `--creation-time` argument (see [pack](https://buildpacks.io/docs/tools/pack/cli/pack_build/) docs) to specify your desired creation time....