Skip to content

Commit

Permalink
Merge pull request ClickHouse#62520 from ClickHouse/doc-auth_use_forw…
Browse files Browse the repository at this point in the history
…arded_address

Docs: add auth_use_forwarded_address
  • Loading branch information
yakov-olkhovskiy authored Apr 11, 2024
2 parents d554dc6 + e2b7e17 commit 7d8c953
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 authentication for clients connected through proxy.

:::note
This setting should be used with extra caution since forwarded address can be easily 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 7d8c953

Please sign in to comment.