Change FederationDomain.Status to use Phase and Conditions

This commit is contained in:
Ryan Richard
2023-09-11 11:14:02 -07:00
parent 022fdb9cfd
commit 0b408f4fc0
51 changed files with 1431 additions and 941 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ func TestE2EFullIntegration_Browser(t *testing.T) {
downstream := testlib.CreateTestFederationDomain(topSetupCtx, t,
issuerURL.String(),
certSecret.Name,
configv1alpha1.SuccessFederationDomainStatusCondition,
configv1alpha1.FederationDomainPhaseReady,
)
// Create a JWTAuthenticator that will validate the tokens from the downstream issuer.