Skip to content

Commit

Permalink
EnforceUserTokenCheckRequirement = false be default (#4879)
Browse files Browse the repository at this point in the history
  • Loading branch information
UgnineSirdis authored May 27, 2024
1 parent 8d0f151 commit 8004b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/base/appdata_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ struct TAppData {
NKikimrConfig::TBackgroundCleaningConfig& BackgroundCleaningConfig;
NKikimrConfig::TGraphConfig& GraphConfig;
bool EnforceUserTokenRequirement = false;
bool EnforceUserTokenCheckRequirement = true; // check token if it was specified
bool EnforceUserTokenCheckRequirement = false; // check token if it was specified
bool AllowHugeKeyValueDeletes = true; // delete when all clients limit deletes per request
bool EnableKqpSpilling = false;
bool AllowShadowDataInSchemeShardForTests = false;
Expand Down

0 comments on commit 8004b1a

Please sign in to comment.