filecoin-saturn / L1-node

Filecoin Saturn L1 Node • The edge cache layer of Filecoin's decentralized CDN 🪐
Other
140 stars 49 forks source link

[METERING] Extract JWT in each request and attach to L1 ingestor log submission #494

Closed tchardin closed 7 months ago

tchardin commented 9 months ago

were going to break this into two milestones

milestone 1

milestone 2

why break the above into two milestones?

guanzo commented 9 months ago

arc and gateway (caboose) traffic will need to be authenticated, too

Does this mean that all requests will become authenticated in the future? So you can't simply curl an L1 anymore?

guanzo commented 9 months ago

milestone 1 complete: JWTs are being extracted from nginx access logs and submitted to the log-ingestor which stores it into postgres.

reidlw commented 7 months ago

@guanzo I'm super assuming this can be closed now, but if I'm wrong re-open.