Documentation issue: Remote caching #12764
Labels
help wanted
Someone outside the Bazel team could own this
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Documentation
Documentation improvements that cannot be directly linked to other team labels
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: documentation (cleanup)
Documentation URL: https://docs.bazel.build/versions/master/remote-caching.html
Where is the documentation for how to provide bazel options to use grpcs as a remote cache? In particular, what formats are the keys and certs supposed to be in? I used:
and got a complaint about the client key being in the wrong format. Some searching revealed that it should have been in PKCS#8 format, so I converted it and ran:
Which gave me the singularly unenlightening message:
ERROR: Failed to query remote execution capabilities: General OpenSslEngine problem
(I guess saying what the problem was is too much effort?)The help message isn't enlightening either:
What description?
The text was updated successfully, but these errors were encountered: