We set this up to only publish to the remote from a CI job. Remote->local happens for all jobs (other thn this CI job ofc). That is the recommended approach afaik
Steve Ebersole
06/08/2022, 8:21 AM
I assume that is what you mean by "authentication for R/W"
If anonymous read access to the build cache isn't an option for you, there are not yet* any really good options:
Daz DeBoer
06/08/2022, 10:33 AM
• Use a single shared account and manage the password as a shared secret
• Create a separate cache-read account for each user who requires acccess
(* consolidating the core GE user accounts and the cache access accounts is on the roadmap)