-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[credentialhelper] Respect expires
field from helper
#21249
Conversation
This was recently specified in EngFlow/credential-helper-spec#2. RELNOTES[NEW]: Bazel now repects `expires` from Credential Helpers.
@tjgq PTAL |
src/main/java/com/google/devtools/build/lib/authandtls/credentialhelper/CredentialModule.java
Show resolved
Hide resolved
@bazel-io fork 7.1.0 |
PTAL |
src/main/java/com/google/devtools/build/lib/authandtls/AuthAndTLSOptions.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This was recently specified in EngFlow/credential-helper-spec#2. RELNOTES[NEW]: Bazel now respects `expires` from Credential Helpers. Closes bazelbuild#21249. PiperOrigin-RevId: 608208538 Change-Id: Id168f654093c7491a40364e3988af66ad1767443
This was recently specified in EngFlow/credential-helper-spec#2. RELNOTES[NEW]: Bazel now respects `expires` from Credential Helpers. Closes bazelbuild#21249. PiperOrigin-RevId: 608208538 Change-Id: Id168f654093c7491a40364e3988af66ad1767443
This was recently specified in EngFlow/credential-helper-spec#2. RELNOTES[NEW]: Bazel now respects `expires` from Credential Helpers. Closes #21249. PiperOrigin-RevId: 608208538 Change-Id: Id168f654093c7491a40364e3988af66ad1767443 Co-authored-by: Yannic Bonenberger <[email protected]>
The changes in this PR have been included in Bazel 7.1.0 RC1. Please test out the release candidate and report any issues as soon as possible. If you're using Bazelisk, you can point to the latest RC by setting USE_BAZEL_VERSION=last_rc. |
This was recently specified in EngFlow/credential-helper-spec#2.
RELNOTES[NEW]: Bazel now respects
expires
from Credential Helpers.