Commit 4d51a02
fix: Allow /actuator/health endpoint for health checks
Added /actuator/health to permitAll in SecurityConfig to enable
container health checks during Blue/Green deployment.
Without this, health checks fail due to authentication requirement,
causing deployment rollback.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ac86680 commit 4d51a02
File tree
1 file changed
+1
-0
lines changed- src/main/kotlin/com/back/koreaTravelGuide/common/security
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments