• k8s-merge-robot's avatar
    Merge pull request #28539 from derekwaynecarr/credential_provider_timeout · 75689dd4
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Fix httpclient setup for gcp credential provider to have timeout
    
    The default http client has no timeout.
    
    This could cause problems when not on GCP environments.
    
    This PR changes to use a 10s timeout, and ensures the transport has our normal defaults applied.
    
    /cc @ncdc @liggitt 
    75689dd4
Name
Last commit
Last update
..
aws Loading commit data...
gcp Loading commit data...
OWNERS Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
doc.go Loading commit data...
keyring.go Loading commit data...
keyring_test.go Loading commit data...
plugins.go Loading commit data...
provider.go Loading commit data...
provider_test.go Loading commit data...