Skip to content

Commit

Permalink
try enable grant of table engine in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsc0218 committed Mar 14, 2024
1 parent 8f85302 commit c5dc35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion programs/server/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@

<!-- By default, for backward compatibility create table with a specific table engine ignores grant,
however you can change this behaviour by setting this to true -->
<table_engines_require_grant>false</table_engines_require_grant>
<table_engines_require_grant>true</table_engines_require_grant>

<!-- Number of seconds since last access a role is stored in the Role Cache -->
<role_cache_expiration_time_seconds>600</role_cache_expiration_time_seconds>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<select_from_system_db_requires_grant>true</select_from_system_db_requires_grant>
<select_from_information_schema_requires_grant>true</select_from_information_schema_requires_grant>
<settings_constraints_replace_previous>true</settings_constraints_replace_previous>
<table_engines_require_grant>true</table_engines_require_grant>
</access_control_improvements>
</clickhouse>

0 comments on commit c5dc35e

Please sign in to comment.