Resolve "Implement integration tests for RBAC"
Compare changes
- Fabian Seidl authored
@@ -16,7 +16,7 @@ import (
@@ -16,7 +16,7 @@ import (
@@ -35,7 +35,7 @@ func CreateSecureConnection() (*grpc.ClientConn, context.Context, error) {
@@ -35,7 +35,7 @@ func CreateSecureConnection() (*grpc.ClientConn, context.Context, error) {
conn, err := grpc.Dial(controllerUrl, dialOption, grpc.WithDefaultCallOptions(grpc.MaxCallRecvMsgSize(100*1024*1024)))