Skip to content

Commit 09ed9a8

Browse files
authored
feat: use admin kubeconfig for iam service (#677)
Signed-off-by: OlegErshov <olezhka1629@gmail.com> On-behalf-of: SAP aleh.yarshou@sap.com
1 parent 62955e3 commit 09ed9a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pkg/subroutines/defaults.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ var DefaultProviderConnections = []corev1alpha1.ProviderConnection{
5656
{
5757
Path: "root:platform-mesh-system",
5858
Secret: "iam-service-kubeconfig",
59-
APIExportName: ptr.To("core.platform-mesh.io"),
60-
AdminAuth: ptr.To(false),
59+
AdminAuth: ptr.To(true),
6160
},
6261
{
6362
Path: "root:orgs",

0 commit comments

Comments
 (0)