jsc0218
caa0943b7e
Merge remote-tracking branch 'origin/master' into ClearExceptionMsgTableEngineGrant
2024-07-17 17:24:53 +00:00
Raúl Marín
a339dd020f
Reduce dependencies on MergeTreeSettings.h
2024-07-09 19:39:41 +02:00
jsc0218
d084123a9e
Merge remote-tracking branch 'origin/master' into ClearExceptionMsgTableEngineGrant
2024-07-03 14:53:55 +00:00
jsc0218
57818990f2
fix the test
2024-07-02 20:41:08 +00:00
Konstantin Bogdanov
138eb924fa
Merge pull request #65626 from tonickkozlov/tonickkozlov/x509-san-validation
...
Add support for x509 SubjectAltName identification
2024-07-02 11:20:01 +00:00
Anton Kozlov
b1b9aaf2ec
Add support for x509 SubjectAltName identification
2024-07-01 09:47:28 +00:00
jsc0218
c998ec1e4f
add test and better naming
2024-06-29 02:40:22 +00:00
Konstantin Bogdanov
665b4a9d1d
Merge pull request #62829 from ClickHouse/jwt-auth-in-client
...
Support JWT in `clickhouse-client`
2024-06-26 07:56:28 +00:00
alesapin
fc10bf544f
Merge remote-tracking branch 'origin/master' into add_customizeable_config_reloader_interval
2024-06-24 11:38:02 +02:00
alesapin
0dc01f4a94
Add ability to change config reload interval
2024-06-21 18:24:20 +02:00
Nikolay Degterinsky
f88f22db6f
Merge remote-tracking branch 'upstream/master' into explicit-shutdown-in-access-control
2024-06-19 12:15:36 +00:00
Konstantin Bogdanov
febef93cfd
Add new AuthenticationType to minimize conflicts
2024-06-19 04:29:47 +02:00
Konstantin Bogdanov
e75e6a121e
Forbid creating a user with a name equal to JWT_AUTHENTICAION_MARKER
2024-06-19 04:29:46 +02:00
jsc0218
a2ee0668f1
fix
2024-06-19 02:20:22 +00:00
Alexey Milovidov
3ada99c6b6
Merge pull request #65332 from ClickHouse/minimal-changes
...
Fix bad code in `system.session_log`
2024-06-18 23:01:00 +00:00
jsc0218
f7e81e1ae2
fix
2024-06-18 21:59:07 +00:00
jsc0218
e348186ba2
clear hint in table engine and sources
2024-06-18 21:30:37 +00:00
Nikolay Degterinsky
f658456d02
Try to fix build
2024-06-18 15:55:36 +00:00
Alex Katsman
ca0da7a481
Add query privileges information to the query log.
...
Introduced two additional columns in the system.query_log:
used_privileges and missing_privileges. Used_privileges is populated
with the privileges that were checked during query execution, and
missing_privileges contains required privileges that are missing.
2024-06-18 15:39:21 +00:00
Alexey Milovidov
fff68602fb
Merge branch 'master' into minimal-changes
2024-06-18 11:09:42 +02:00
Raúl Marín
4030c15cfc
Merge pull request #65242 from Algunenano/bcrypt_logical
...
Add validation when creating a user with bcrypt_hash
2024-06-17 14:37:40 +00:00
Alexey Milovidov
7bed33012d
Fix bad code, but not error in system.session_log
2024-06-17 07:51:58 +02:00
Raúl Marín
39261d09a2
Fix compilation without libraries
2024-06-13 23:32:25 +02:00
Raúl Marín
3506ed14f4
Add validation when creating a user with bcrypt_hash
2024-06-13 19:58:41 +02:00
Vitaly Baranov
d53660dfd4
Fix crash on destroying AccessControl: add explicit shutdown.
2024-06-10 17:37:23 +02:00
Alexander Gololobov
2056ed8ee8
Capture weak_ptr for safety
2024-06-10 13:54:46 +02:00
Han Fei
f7ca33868b
Merge branch 'master' into hanfei/stats_uniq
2024-06-05 01:21:49 +02:00
Robert Schulze
18d432f44c
Reapply "Remove some unnecessary UNREACHABLE
s"
...
This reverts commit 5a868304c0
.
2024-05-29 13:37:47 +00:00
Alexander Tokmakov
5a868304c0
Revert "Remove some unnecessary UNREACHABLE
s"
2024-05-27 11:38:22 +02:00
Han Fei
ee7ad460fd
Merge branch 'master' into hanfei/stats_uniq
2024-05-25 18:01:21 +02:00
Robert Schulze
0d3aeddc93
Merge remote-tracking branch 'rschu1ze/master' into unreachable-unreachable
2024-05-22 07:25:00 +00:00
Robert Schulze
2909e6451b
Move StringUtils.h/cpp back to Common/
2024-05-19 09:39:36 +00:00
Han Fei
e9cfdc9c56
address comments
2024-05-17 17:16:49 +02:00
Robert Schulze
e560bd8a1a
Incorporate review feedback
2024-05-17 14:37:47 +00:00
Robert Schulze
53e992af4f
Remove some unnecessary UNREACHABLEs
2024-05-17 11:46:07 +00:00
Han Fei
79bbe0b587
Merge branch 'master' into hanfei/stats_uniq
2024-05-14 18:16:52 +02:00
Alexey Milovidov
426a51b624
Useless changes
2024-05-10 04:53:29 +02:00
Alexey Milovidov
c17a3bb944
Useless changes
2024-05-10 03:31:40 +02:00
Alexey Milovidov
c198bbcafb
Useless changes
2024-05-09 04:20:54 +02:00
Alexey Milovidov
224e1940ae
Useless changes
2024-05-09 03:58:34 +02:00
Alexey Milovidov
0d14a2c67e
Useless changes
2024-05-09 03:11:02 +02:00
Alexey Milovidov
95f12ef274
Useless changes
2024-05-09 01:08:33 +02:00
Alexey Milovidov
c53c8eb6d1
Fix slow suggest
2024-05-07 01:36:20 +02:00
Pablo Marcos
9002d4c751
Merge branch 'master' into pamarcos/system-unload-primary-key
2024-04-27 08:57:29 +02:00
Pablo Marcos
24b84ef68a
Merge branch 'master' into pamarcos/system-unload-primary-key
2024-04-25 18:26:14 +02:00
Nikita Mikhaylov
5ea95cbbec
Merge branch 'master' into access-controls-enable-by-default
2024-04-25 13:21:23 +02:00
Han Fei
42621b2060
Merge branch 'master' into hanfei/stats_uniq
2024-04-24 19:55:15 +02:00
Alexey Katsman
ca4e2f581a
Add columns for values used in the formatting message into system.text_log
2024-04-23 17:26:56 +01:00
Pablo Marcos
f95894c66c
Fix AccessRights.Union unit test after merge
2024-04-18 18:15:01 +02:00
Pablo Marcos
c28af20e2a
Merge branch 'master' into pamarcos/system-unload-primary-key
2024-04-18 17:53:11 +02:00