File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ var DefaultProviderConnections = []corev1alpha1.ProviderConnection{
3535 Path : "root:platform-mesh-system" ,
3636 Secret : "extension-manager-operator-kubeconfig" ,
3737 },
38+ {
39+ EndpointSliceName : "core.platform-mesh.io" ,
40+ Path : "root:platform-mesh-system" ,
41+ Secret : "iam-service-kubeconfig" ,
42+ },
3843 {
3944 EndpointSliceName : "" ,
4045 RawPath : "/services/contentconfigurations" ,
Original file line number Diff line number Diff line change @@ -1677,6 +1677,7 @@ func (s *ProvidersecretTestSuite) TestHandleProviderConnections() {
16771677 "security-operator-kubeconfig" ,
16781678 "kubernetes-grapqhl-gateway-kubeconfig" ,
16791679 "extension-manager-operator-kubeconfig" ,
1680+ "iam-service-kubeconfig" ,
16801681 "portal-kubeconfig" ,
16811682 "external-kubeconfig" :
16821683 return true
You can’t perform that action at this time.
0 commit comments