We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0f151 commit 8004b1aCopy full SHA for 8004b1a
ydb/core/base/appdata_fwd.h
@@ -233,7 +233,7 @@ struct TAppData {
233
NKikimrConfig::TBackgroundCleaningConfig& BackgroundCleaningConfig;
234
NKikimrConfig::TGraphConfig& GraphConfig;
235
bool EnforceUserTokenRequirement = false;
236
- bool EnforceUserTokenCheckRequirement = true; // check token if it was specified
+ bool EnforceUserTokenCheckRequirement = false; // check token if it was specified
237
bool AllowHugeKeyValueDeletes = true; // delete when all clients limit deletes per request
238
bool EnableKqpSpilling = false;
239
bool AllowShadowDataInSchemeShardForTests = false;
0 commit comments