Merge branch 'main' into upstream_refresh_revocation_during_gc
This commit is contained in:
commit
78474cfae9
@ -979,6 +979,9 @@ func TestUnwrap(t *testing.T) {
|
|||||||
gcpClient := makeClient(t, restConfig, func(config *rest.Config) {
|
gcpClient := makeClient(t, restConfig, func(config *rest.Config) {
|
||||||
config.AuthProvider = &clientcmdapi.AuthProviderConfig{
|
config.AuthProvider = &clientcmdapi.AuthProviderConfig{
|
||||||
Name: "gcp",
|
Name: "gcp",
|
||||||
|
Config: map[string]string{
|
||||||
|
"cmd-path": `echo {"access_token":"fake","token_expiry":"2200-01-02T15:04:05.999999999Z07:00"}`,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user