[roll] Roll fuchsia [auth] Detect un/restricted LOAS credentials

Applicable to Google corp. networks only.

.fx/auth-config will cache the results of evaluating
whether or not the development environment is eligible
for unrestricted LOAS credentials.

Unrestricted LOAS credentials are required for the credential
helpers used by bazel and reclient to automatically exchange
LOAS for OAuth tokens (which by default only last 1 hour).
These credential helpers will remove the need for user interaction
while LOAS certificates are valid (typically 20 hours at a time).

`fx rbe check_loas` is a test command for debugging the credential
checking logic, but it can also be used by fx-command-run.
Pass -f to force re-evaluation, and re-cache the result,
which is useful for when your network situation changes.

Original-Bug: 342026853
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1161884
Original-Revision: 018ac1f00d4013191391a088b807b82081a2482f
GitOrigin-RevId: f32cefd060263aee933e39a97079dd1667dfac04
Change-Id: I38a5bf9560feafe47a6e4e37dc7cd41b2eea1505
1 file changed
tree: 98915cbd3b75b2e8965117780ed1cb91cfaca201
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.