You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local bazelrc file approach for passing gcloud auth credentials (#329)
## Summary
Adds support for creating a new `.bazelrc.local` file specifying custom
build/test bazel options which can be used for passing gcloud auth
credentials
## Checklist
- [ ] Added Unit Tests
- [ ] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Updated the build configuration to optionally load a user-specific
settings file, replacing the automatic use of preset credentials.
- **Documentation**
- Enhanced guidance with a new section detailing steps for setting up
personal authentication credentials.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
In case you run into this error the fix is to manually download and install amazon corretto-17 from [here](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html)
0 commit comments