From 787b2468d5a5bc083a6010e309b59eba533a8883 Mon Sep 17 00:00:00 2001 From: Sergei <149376659+jkuradobery@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:03:24 +0100 Subject: [PATCH] [NBS]: Add AccessServiceType parameter to configurator (#2521) --- .../core/tools/common/go/configurator/kikimr-proto/auth.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud/storage/core/tools/common/go/configurator/kikimr-proto/auth.proto b/cloud/storage/core/tools/common/go/configurator/kikimr-proto/auth.proto index 228bb374d29..74a86d956b2 100644 --- a/cloud/storage/core/tools/common/go/configurator/kikimr-proto/auth.proto +++ b/cloud/storage/core/tools/common/go/configurator/kikimr-proto/auth.proto @@ -10,4 +10,5 @@ message TAuthConfig { optional bool UseStaff = 5; optional bool UseUserAccountService = 6; optional string PathToRootCA = 7; + optional string AccessServiceType = 8; }