We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5d67e commit e870050Copy full SHA for e870050
ydb/core/protos/auth.proto
@@ -52,7 +52,7 @@ message TAuthConfig {
52
optional bool UseBuiltinDomain = 78 [default = true];
53
optional string CertificateAuthenticationDomain = 80 [default = "cert"];
54
optional bool EnableLoginAuthentication = 81 [default = true];
55
- optional string NodeRegistrationToken = 82 [default = "root@builtin", (Ydb.sensitive) = true];
+ optional string NodeRegistrationToken = 82 [default = "root@builtin"];
56
}
57
58
message TUserRegistryConfig {
0 commit comments