Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/SPRING_BOOT_4_ADOPTION_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ This checklist is tailored to the current `wrongsecrets` codebase (Spring Boot `
- [ ] Ensure logs include trace/span correlation IDs.
- [ ] Add dashboard/alerts for key challenge-flow operations.

### 5) Harden Actuator for production profiles
### 5) Do not Harden Actuator for production profiles

- [ ] Verify readiness/liveness probes are exposed and used by deployment manifests.
- [ ] Restrict sensitive actuator endpoints by profile.
- [ ] Do not restrict sensitive endpoints for the actuator to make sure the challenge still works!
- [ ] Add health contributors for external dependencies used in runtime profiles.

### 6) Structured logging profile
Expand Down
Loading