mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 13:07:14 +00:00
Integration tests should use a helper func to infer Supervisor's downstream issuer URL
This commit is contained in:
committed by
Ryan Richard
parent
afec420ce6
commit
0f9352db3b
@@ -23,6 +23,7 @@ import (
|
||||
// on the TLSSpec in Pinniped supervisor CRDs using OIDCIdentityProvider as an example.
|
||||
func TestTLSSpecKubeBuilderValidationSupervisor_Parallel(t *testing.T) {
|
||||
env := testlib.IntegrationEnv(t)
|
||||
env.SupervisorUpstreamOIDC.Issuer
|
||||
testCases := []struct {
|
||||
name string
|
||||
customResourceYaml string
|
||||
|
||||
Reference in New Issue
Block a user