Class GoogleCloudSourceSupport

java.lang.Object
org.springframework.cloud.config.server.support.GoogleCloudSourceSupport

public final class GoogleCloudSourceSupport extends Object
Provides credentials for Google Cloud Source repositories by adding a Authenticate http header. It does so by acting as a transport configurer. If a transport instance targets a Google Cloud Source repository, this implementation retrieves Google Cloud application default credentials and adds them as a http header.
Author:
Eduard Wirch
See Also:
  • Constructor Details

    • GoogleCloudSourceSupport

      public GoogleCloudSourceSupport()