Commit e917d59
fix: add JWT secret validation to geth-entrypoint
geth/geth-entrypoint was missing the same BASE_NODE_L2_ENGINE_AUTH_RAW
validation added to reth-entrypoint, base-consensus-entrypoint, and
op-node-entrypoint. Without this check, geth nodes using the default
or placeholder secret would silently start with a public JWT.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 662c786 commit e917d59
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
32 | 38 | | |
33 | 39 | | |
| |||
0 commit comments