| # These extra reproxy config enable use of gcert for authentication. |
| # |
| # Use credentials helper to handle gcert is conditional |
| # on LOAS credentials being *unrestricted*, which is |
| # is handled in 'fuchsia-reproxy-wrap.sh'. |
| # |
| # See go/rbe/dev/x/reclientoptions#autoauth |
| |
| # Disable ADC, and use the credentials helper instead. |
| use_application_default_credentials=false |
| |
| # This path is relative to where reproxy is launched. |
| credentials_helper=execrel:// |
| |
| # The default timeout 5s may have flaked at least once. |
| credentials_helper_args=--auth_source=automaticAuth --gcert_refresh_timeout=10 |