Skip to content

Commit

Permalink
add auth_use_forwarded_address
Browse files Browse the repository at this point in the history
  • Loading branch information
yakov-olkhovskiy authored Apr 10, 2024
1 parent d554dc6 commit 4bb7747
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/en/operations/server-configuration-parameters/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4bb7747

Please sign in to comment.