abderrahim commented on issue #1684:
URL: https://github.com/apache/buildstream/issues/1684#issuecomment-4717365400

   The idea (and that's what we've been using in freedesktop-sdk and GNOME) is 
to have a reverse proxy that does:
   1. TLS termination
   2. authentication (mTLS or bearer token)
   3. only allow read endpoints on an unauthenticated port
   4. allow both read and write endpoints (but not LocalCAS endpoints) on an 
authenticated port
   
   an example of such setup is 
https://gitlab.com/freedesktop-sdk/infrastructure/local-cache/-/tree/master/cache/traefik-config
 (it contains experimental stuff related to buildgrid, should be dropped if 
you're only interested in a cache server)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to