Skip to content

Commit e5bc095

Browse files
committed
fix: start service account grpc api in tests
1 parent 525929a commit e5bc095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guard/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ START_GPRC_GUARD_API?="true"
3535
START_GRPC_AUTH_API?="true"
3636
START_GRPC_USER_API?="true"
3737
START_GRPC_ORGANIZATION_API?="true"
38+
START_GRPC_SERVICE_ACCOUNT_API?="true"
3839
START_INSTANCE_CONFIG?="true"
3940
INSTANCE_CONFIG_API?="true"
4041
START_GRPC_INSTANCE_CONFIG_API="true"
@@ -66,6 +67,7 @@ CONTAINER_ENV_VARS= \
6667
-e START_GRPC_AUTH_API=$(START_GRPC_AUTH_API) \
6768
-e START_GRPC_USER_API=$(START_GRPC_USER_API) \
6869
-e START_GRPC_ORGANIZATION_API=$(START_GRPC_ORGANIZATION_API) \
70+
-e START_GRPC_SERVICE_ACCOUNT_API=$(START_GRPC_SERVICE_ACCOUNT_API) \
6971
-e START_INSTANCE_CONFIG=$(START_INSTANCE_CONFIG) \
7072
-e INSTANCE_CONFIG_API=$(INSTANCE_CONFIG_API) \
7173
-e START_GRPC_INSTANCE_CONFIG_API=$(START_GRPC_INSTANCE_CONFIG_API) \

0 commit comments

Comments
 (0)