add auth_use_forwarded_address

This commit is contained in:
Yakov Olkhovskiy 2024-04-10 19:08:45 -04:00 committed by GitHub
parent d554dc61fb
commit 4bb77473a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,19 @@ Type: UInt32
Default: 1
## auth_use_forwarded_address
Use originating address for authentification for clients connected through proxy.
:::note
This setting should be used with extra caution since forwarded address can be easely spoofed - server accepting such authentication should not be accessed directly but rather exclusively through a trusted proxy.
:::
Type: Bool
Default: 0
## background_buffer_flush_schedule_pool_size
The maximum number of threads that will be used for performing flush operations for Buffer-engine tables in the background.