This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 31ee45fc5f82d787a7b7f42b417607c9f9af9cab Merge: e6d685e7d 87bcec4f4 Author: Jürg Billeter <[email protected]> AuthorDate: Thu Jun 27 11:54:02 2024 +0200 Merge pull request #1925 from apache/juerg/token-auth Support access tokens for CAS and Remote Asset servers doc/source/using_config.rst | 37 ++- src/buildstream/_cas/casdprocessmanager.py | 8 + .../build/bazel/remote/asset/v1/remote_asset.proto | 50 ++++ .../bazel/remote/asset/v1/remote_asset_pb2.py | 40 +-- .../remote/execution/v2/remote_execution.proto | 314 +++++++++++++++++++-- .../remote/execution/v2/remote_execution_pb2.py | 249 ++++++++-------- .../execution/v2/remote_execution_pb2_grpc.py | 119 +++++--- .../_protos/build/buildgrid/local_cas.proto | 23 ++ .../_protos/build/buildgrid/local_cas_pb2.py | 74 ++--- src/buildstream/_remotespec.py | 43 ++- 10 files changed, 699 insertions(+), 258 deletions(-)
