-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.20, 4.21
Description of problem:
When add e2e test for external oidc again aks hcp, the external oidc configure always can't be set due to "the serviceAccountSigningKey is []" https://github.com/openshift/hypershift/blob/main/test/e2e/util/hypershift_framework.go#L279
Version-Release number of selected component (if applicable):
4.21, 4.20
How reproducible:
always
Steps to Reproduce:
1. Add e2e test for external oidc in aks hcp, https://github.com/openshift/release/pull/68741 2. util.go:2782: Successfully waited for HostedCluster e2e-clusters-468l5/external-oidc-pvzbn to have valid conditions in 25ms external_oidc.go:167: Expected <*v1.AuthenticationSpec | 0x0>: nil not to be nil 3.
Actual results:
The test always fail https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_release/68741/rehearse-68741-periodic-ci-openshift-hypershift-release-4.20-periodics-e2e-azure-aks-oidc/1972921718418706432 === CONT TestExternalOIDCTechPreview Debug external oidc by xiuwang the serviceAccountSigningKey is []
Expected results:
The external oidc configure should be set
Additional info: