mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-04-26 03:00:52 +00:00
Merge branch 'main' into upstream_refresh_revocation_during_gc
This commit is contained in:
@@ -979,6 +979,9 @@ func TestUnwrap(t *testing.T) {
|
||||
gcpClient := makeClient(t, restConfig, func(config *rest.Config) {
|
||||
config.AuthProvider = &clientcmdapi.AuthProviderConfig{
|
||||
Name: "gcp",
|
||||
Config: map[string]string{
|
||||
"cmd-path": `echo {"access_token":"fake","token_expiry":"2200-01-02T15:04:05.999999999Z07:00"}`,
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user