rules_python icon indicating copy to clipboard operation
rules_python copied to clipboard

Support authentication in lock rule in sandbox

Open aignas opened this issue 1 month ago • 0 comments

Consider this feature.

There is prior art to passing around credentials in https://github.com/astral-sh/uv/issues/1520

Example from a Slack thread

Write auth information to a file, say /tmp/auth Set --sandbox_add_mount_pair=/tmp/auth:/tmp/auth

aignas avatar Nov 10 '25 15:11 aignas