Skip to content

Commit

Permalink
audit log instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Jan 13, 2024
1 parent f782b2d commit 7c1ee26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7c1ee26

Please sign in to comment.