Skip to content

Commit e870050

Browse files
committed
Fix auth.proto after merge
1 parent 4a5d67e commit e870050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/auth.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ message TAuthConfig {
5252
optional bool UseBuiltinDomain = 78 [default = true];
5353
optional string CertificateAuthenticationDomain = 80 [default = "cert"];
5454
optional bool EnableLoginAuthentication = 81 [default = true];
55-
optional string NodeRegistrationToken = 82 [default = "root@builtin", (Ydb.sensitive) = true];
55+
optional string NodeRegistrationToken = 82 [default = "root@builtin"];
5656
}
5757

5858
message TUserRegistryConfig {

0 commit comments

Comments
 (0)