Skip to content

Commit 8004b1a

Browse files
authored
EnforceUserTokenCheckRequirement = false be default (#4879)
1 parent 8d0f151 commit 8004b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/base/appdata_fwd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ struct TAppData {
233233
NKikimrConfig::TBackgroundCleaningConfig& BackgroundCleaningConfig;
234234
NKikimrConfig::TGraphConfig& GraphConfig;
235235
bool EnforceUserTokenRequirement = false;
236-
bool EnforceUserTokenCheckRequirement = true; // check token if it was specified
236+
bool EnforceUserTokenCheckRequirement = false; // check token if it was specified
237237
bool AllowHugeKeyValueDeletes = true; // delete when all clients limit deletes per request
238238
bool EnableKqpSpilling = false;
239239
bool AllowShadowDataInSchemeShardForTests = false;

0 commit comments

Comments
 (0)