Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs - https interserver replication #20015

Merged
merged 3 commits into from
Feb 3, 2021
Merged

Docs - https interserver replication #20015

merged 3 commits into from
Feb 3, 2021

Conversation

bharatnc
Copy link
Contributor

@bharatnc bharatnc commented Feb 3, 2021

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Documentation (changelog entry is not required)

Detailed description / Documentation draft:

Documents the server settings needed for inter-server replication through HTTPS.

Relates to: #12066

@robot-clickhouse robot-clickhouse added the pr-documentation Documentation PRs for the specific code PR label Feb 3, 2021
## interserver_http_credentials {#server-settings-interserver-http-credentials}

The username and password used to authenticate during [replication](../../engines/table-engines/mergetree-family/replication.md) with the Replicated\* engines. These credentials are used only for communication between replicas and are unrelated to credentials for ClickHouse clients. The server is checking these credentials for connecting replicas and use the same credentials when connecting to other replicas. So, these credentials should be set the same for all replicas in a cluster.
By default, the authentication is not used.

**Note:** These credentials are common for replication through `HTTP` and `HTTPS`.
Copy link
Contributor Author

@bharatnc bharatnc Feb 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this note as the name interserver_http_replication sounds a little deceiving but from the code, it seems like this setting is common to replication via HTTP and HTTPS.

@bharatnc
Copy link
Contributor Author

bharatnc commented Feb 3, 2021

cc: @alesapin from original PR: #2760 long time ago.

@qoega qoega added the doc-alert label Feb 3, 2021
@qoega qoega self-assigned this Feb 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-documentation Documentation PRs for the specific code PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants