mirror of
				https://github.com/zitadel/zitadel.git
				synced 2025-11-04 06:38:48 +00:00 
			
		
		
		
	@@ -71,7 +71,7 @@ func AdaptFunc(
 | 
				
			|||||||
				labels.MustForName(componentLabels, AdminMName),
 | 
									labels.MustForName(componentLabels, AdminMName),
 | 
				
			||||||
				true,
 | 
									true,
 | 
				
			||||||
				apiDomain,
 | 
									apiDomain,
 | 
				
			||||||
				"/caos.zitadel.admin.api.v1.AdminService/",
 | 
									"/zitadel.admin.v1.AdminService/",
 | 
				
			||||||
				"",
 | 
									"",
 | 
				
			||||||
				grpcURL,
 | 
									grpcURL,
 | 
				
			||||||
				30000,
 | 
									30000,
 | 
				
			||||||
@@ -87,7 +87,7 @@ func AdaptFunc(
 | 
				
			|||||||
				labels.MustForName(componentLabels, AuthMName),
 | 
									labels.MustForName(componentLabels, AuthMName),
 | 
				
			||||||
				true,
 | 
									true,
 | 
				
			||||||
				apiDomain,
 | 
									apiDomain,
 | 
				
			||||||
				"/caos.zitadel.auth.api.v1.AuthService/",
 | 
									"/zitadel.auth.v1.AuthService/",
 | 
				
			||||||
				"",
 | 
									"",
 | 
				
			||||||
				grpcURL,
 | 
									grpcURL,
 | 
				
			||||||
				30000,
 | 
									30000,
 | 
				
			||||||
@@ -103,7 +103,7 @@ func AdaptFunc(
 | 
				
			|||||||
				labels.MustForName(componentLabels, MgmtMName),
 | 
									labels.MustForName(componentLabels, MgmtMName),
 | 
				
			||||||
				true,
 | 
									true,
 | 
				
			||||||
				apiDomain,
 | 
									apiDomain,
 | 
				
			||||||
				"/caos.zitadel.management.api.v1.ManagementService/",
 | 
									"/zitadel.management.v1.ManagementService/",
 | 
				
			||||||
				"",
 | 
									"",
 | 
				
			||||||
				grpcURL,
 | 
									grpcURL,
 | 
				
			||||||
				30000,
 | 
									30000,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user