From 7c1ee2626e39a070f30acbc7ca2357d599d0610d Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Sat, 13 Jan 2024 21:40:16 +0100 Subject: [PATCH] audit log instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d882e79..6463b4a7a 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,9 @@ If you want to dev without a Vault instance, use additionally the `without-vault ./mvnw spring-boot:run -Dspring-boot.run.profiles=local,without-vault ``` -Want to push a container? See `.github/scripts/docker-create-and-push.sh` for a script that generates and pushes all containers. Do not forget to rebuild the app before composing the container +Want to push a container? See `.github/scripts/docker-create-and-push.sh` for a script that generates and pushes all containers. Do not forget to rebuild the app before composing the container. + +Want to check why something in vault is not working in kubernetes? Do `kubectl exec vault-0 -n vault -- vault audit enable file file_path=stdout`. ### Dependency management