Commit 9adb769
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 e6b0b1f commit 9adb769
File tree
2 files changed
+10
-0
lines changed- src/main
- kotlin/com/back/koreaTravelGuide/common/security
- resources
2 files changed
+10
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
| |||
0 commit comments