This message was deleted.
# caching
s
This message was deleted.
s
My reasons to look into this is to figure out an alternative authentication mechanism. The current mechanism offered by GE and BuildCache is basic auth , which then requires us to move this behind a VPN (due to org sec requirements) .
t
In case you hadn't seen it: https://docs.gradle.org/current/userguide/build_cache.html#sec:build_cache_implement (I don't have an answer to your question though)
l
s
Nice!, thanks folks will check these out.
d
just be aware of this bug if you are also using configuration cache: https://github.com/gradle/gradle/issues/14874
s
I was looking into these to understand how can one handle non functional requirements related to a build cache, like security or dealing with multiple build cache nodes (distributed or proxies). These unfortunately do not cover any of those usecases 😅 .