google-api-python-client icon indicating copy to clipboard operation
google-api-python-client copied to clipboard

mTLS support for batch and custom http object

Open jay0lee opened this issue 1 year ago • 0 comments

First stab at addressing #2440.

  • mTLS logic in build_from_document such as choosing the mtlsRootUrl should be executed even if we pass a custom http object in.
  • add an is_mtls bool attribute to Resource so we can make quick decisions about the state of mTLS later.
  • ensure our batch URI is using the mTLS host when is_mtls == True

feedback welcome.

jay0lee avatar Jul 17 '24 11:07 jay0lee