Commit ab1a147
committed
fix(opstack): use = instead of : in signer.header flag format
The op-service signer client parses headers with key=value format,
not key:value. This was causing 401 Unauthorized errors when
op-batcher and op-proposer tried to authenticate with POPSigner.
Affected flags:
- --signer.header=X-API-Key=${POPSIGNER_API_KEY}
- --p2p.sequencer.header=X-API-Key=${POPSIGNER_API_KEY}1 parent a14fb06 commit ab1a147
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| |||
0 commit comments