-
Notifications
You must be signed in to change notification settings - Fork 267
docs(dwh): add doc on usage with bastion and pn MTA-6843 #6051
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
base: main
Are you sure you want to change the base?
Conversation
| @@ -0,0 +1,138 @@ | |||
| --- | |||
| title: Using a Public Gateway to connect to a deployment in a Private Network | |||
| description: This page explains how to connect using a Public Gateway to a Data Warehouse for ClickHouse® deployment located in a Private Network. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| description: This page explains how to connect using a Public Gateway to a Data Warehouse for ClickHouse® deployment located in a Private Network. | |
| description: This page explains how to connect to a Data Warehouse for ClickHouse® deployment located in a Private Network using a Public Gateway. |
| - By using a direct tunnel between your local machine and the Data Warehouse deployment | ||
| - By connecting to an Instance located in the same Private Network as your Data Warehouse deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - By using a direct tunnel between your local machine and the Data Warehouse deployment | |
| - By connecting to an Instance located in the same Private Network as your Data Warehouse deployment | |
| - using a direct tunnel between your local machine and the Data Warehouse deployment | |
| - connecting to an Instance located in the same Private Network as your Data Warehouse deployment |
|
|
||
| [Private Networks](/vpc/) allow your resources to interact securely in an environment isolated from the public internet. You can access a Private Network by adding a [Public Gateway](/public-gateways/) to it, which allows you to connect to your resources via [SSH Bastion](/public-gateways/how-to/use-ssh-bastion/). | ||
|
|
||
| This page explains how to connect to a Data Warehouse for ClickHouse® deployment located in a Private Network using SSH Bastion. This can be achieved using two methods: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This page explains how to connect to a Data Warehouse for ClickHouse® deployment located in a Private Network using SSH Bastion. This can be achieved using two methods: | |
| This page explains how to connect to a Data Warehouse for ClickHouse® deployment located in a Private Network using SSH Bastion. This can be achieved by: |
| title="Tips" | ||
| type="tip"> | ||
| - For enhanced security, you can [set IP restrictions](/public-gateways/how-to/use-ssh-bastion/#how-to-configure-allowed-ips) for the SSH bastion of your Public Gateway. | ||
| - Once you are done, disable the SSH bastion of the Public Gateway afterward for maximum security. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Once you are done, disable the SSH bastion of the Public Gateway afterward for maximum security. | |
| - Once you are done, disable the SSH bastion of the Public Gateway for maximum security. |
Your checklist for this pull request
Description
Please describe what you added or changed.