* rpc, node: refactor request validation and add jwt validation * node, rpc: fix error message, ignore engine api in RegisterAPIs * node: make authenticated port configurable * eth/catalyst: enable unauthenticated version of engine api * node: rework obtainjwtsecret (backport later) * cmd/geth: added auth port flag * node: happy lint, happy life * node: refactor authenticated api Modifies the authentication mechanism to use default values * node: trim spaces and newline away from secret Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de> |
||
|---|---|---|
| .. | ||
| catalyst | ||
| checkpointoracle | ||
| downloader | ||
| fetcher | ||
| flowcontrol | ||
| utils | ||
| vflux | ||
| api_backend.go | ||
| api_test.go | ||
| api.go | ||
| benchmark.go | ||
| bloombits.go | ||
| client_handler.go | ||
| client.go | ||
| commons.go | ||
| costtracker.go | ||
| distributor_test.go | ||
| distributor.go | ||
| enr_entry.go | ||
| fetcher_test.go | ||
| fetcher.go | ||
| handler_test.go | ||
| metrics.go | ||
| odr_requests.go | ||
| odr_test.go | ||
| odr.go | ||
| peer_test.go | ||
| peer.go | ||
| protocol.go | ||
| pruner_test.go | ||
| pruner.go | ||
| request_test.go | ||
| retrieve.go | ||
| server_handler.go | ||
| server_requests.go | ||
| server.go | ||
| servingqueue.go | ||
| state_accessor.go | ||
| sync_test.go | ||
| sync.go | ||
| test_helper.go | ||
| txrelay.go | ||
| ulc_test.go | ||
| ulc.go | ||