Created
December 5, 2024 19:12
-
-
Save broguinn/cf230b09046397a903626972aaf45a80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cloud/admin-api/src/main.go b/cloud/admin-api/src/main.go | |
index 280e42aed..ffbe71480 100644 | |
--- a/cloud/admin-api/src/main.go | |
+++ b/cloud/admin-api/src/main.go | |
@@ -155,6 +155,7 @@ func main() { | |
"admin.AdminAPI": {clerkBearerAuth}, | |
"admin.REPService": {clerkBearerAuth}, | |
"admin.CommissioningService": {clerkBearerAuth}, | |
+ "fleet.GatewayConfig": {clerkBearerAuth}, | |
}) | |
grpcServer := grpcserver.NewServer(slog.Default(), authInterceptor) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment