File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ START_GPRC_GUARD_API?="true"
35
35
START_GRPC_AUTH_API? ="true"
36
36
START_GRPC_USER_API? ="true"
37
37
START_GRPC_ORGANIZATION_API? ="true"
38
+ START_GRPC_SERVICE_ACCOUNT_API? ="true"
38
39
START_INSTANCE_CONFIG? ="true"
39
40
INSTANCE_CONFIG_API? ="true"
40
41
START_GRPC_INSTANCE_CONFIG_API ="true"
@@ -66,6 +67,7 @@ CONTAINER_ENV_VARS= \
66
67
-e START_GRPC_AUTH_API=$(START_GRPC_AUTH_API ) \
67
68
-e START_GRPC_USER_API=$(START_GRPC_USER_API ) \
68
69
-e START_GRPC_ORGANIZATION_API=$(START_GRPC_ORGANIZATION_API ) \
70
+ -e START_GRPC_SERVICE_ACCOUNT_API=$(START_GRPC_SERVICE_ACCOUNT_API ) \
69
71
-e START_INSTANCE_CONFIG=$(START_INSTANCE_CONFIG ) \
70
72
-e INSTANCE_CONFIG_API=$(INSTANCE_CONFIG_API ) \
71
73
-e START_GRPC_INSTANCE_CONFIG_API=$(START_GRPC_INSTANCE_CONFIG_API ) \
You can’t perform that action at this time.
0 commit comments