-
Notifications
You must be signed in to change notification settings - Fork 4.5k
incompatible_remote_downloader_send_all_headers #16356
Copy link
Copy link
Closed
Labels
breaking-change-6.0Incompatible flags to be flipped in Bazel 6.0Incompatible flags to be flipped in Bazel 6.0incompatible-changeIncompatible/breaking changeIncompatible/breaking changemigration-readyIncompatible flag is ready for migration with Bazel rolling releases or Bazel@last_greenIncompatible flag is ready for migration with Bazel rolling releases or Bazel@last_green
Milestone
Metadata
Metadata
Assignees
Labels
breaking-change-6.0Incompatible flags to be flipped in Bazel 6.0Incompatible flags to be flipped in Bazel 6.0incompatible-changeIncompatible/breaking changeIncompatible/breaking changemigration-readyIncompatible flag is ready for migration with Bazel rolling releases or Bazel@last_greenIncompatible flag is ready for migration with Bazel rolling releases or Bazel@last_green
Description: This flag changes the JSON sent to the gRPC remote downloader as qualifier
bazel.auth_headersfrom a map of strings to a map of list of strings.Rationale: Headers can, in general, be defined multiple times, not just once.
Migration: Flipping this flag might cause failures when using the Remote Assets API when the server supports reading this qualifier. Contact your service provider for more information.