ceph-csi/examples/kms/vault
Niels de Vos 85c84910d3 e2e: add a monitor container to the vault Pod
The command `vault monitor` can be used to stream logging from the Vault
service. This is very helpful while debugging Vault configuration
failures.

By adding a 2nd container to the Vault deployment, it is now possible to
get the messages from the Vault service by running

    $ kubectl logs -c monitor <vault-pod-0123abcd>

This will be very useful when the e2e tests do not delete the deployment
after a failure and fetch the logs from all containers.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2021-10-19 03:37:42 +00:00
..
aws-credentials.yaml doc: add configuration example for Amazon KMS 2021-04-06 07:33:54 +00:00
csi-kms-connection-details.yaml util: add vaultDestroyKeys option to destroy Vault kv-v2 secrets 2021-08-06 12:19:18 +00:00
csi-vaulttokenreview-rbac.yaml Adds per volume encryption with Vault integration 2020-02-05 05:18:56 +00:00
kms-config.yaml e2e: add verifyKeyDestroyed() for validating vaultDestroyKeys 2021-08-06 12:19:18 +00:00
tenant-config.yaml util: allow configuring VAULT_BACKEND for Vault connection 2021-07-22 13:02:47 +00:00
tenant-sa-admin.yaml util: allow configuring VAULT_BACKEND for Vault connection 2021-07-22 13:02:47 +00:00
tenant-sa.yaml util: allow configuring VAULT_BACKEND for Vault connection 2021-07-22 13:02:47 +00:00
tenant-token.yaml e2e: add test for VaultTokensKMS support 2020-12-14 14:45:09 +00:00
user-secret.yaml e2e: add e2e for user secret based metadata encryption 2021-07-08 17:06:02 +00:00
vault-psp.yaml Adds per volume encryption with Vault integration 2020-02-05 05:18:56 +00:00
vault.yaml e2e: add a monitor container to the vault Pod 2021-10-19 03:37:42 +00:00