Skip to content

Commit

Permalink
docs: Provide information about Studio Public IPs (#4727)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Jasion <[email protected]>
  • Loading branch information
mjasion and mjasion authored Jul 26, 2023
1 parent 50f2f6f commit fc59419
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
18 changes: 18 additions & 0 deletions content/docs/studio/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,24 @@ incorrect, you will see one of the following errors:
- Credentials are either broken or not recognized
- No permission to fetch remote data

### Errors related to DVC remotes behind firewall

For self-hosted S3 storage(like Minio) or SSH server, ensure that it is
available to access from the internet. If your server is behind the firewall,
you can limit the traffic on the firewall to the server to allow access from our
IP addresses only, which are:

```
3.21.85.173/32
3.142.203.124/32
```

Additionally, if you provide the hostname, the DNS records associated with the
storage server should be publicly available to resolve the server name. Use
[DNS Propagation Checker](https://www.whatsmydns.net/) to confirm if the server
domain is resolvable. If you still have any trouble setting up the connection to
your server, please [contact us](/doc/studio/troubleshooting#support).

## Error: No data found to visualize

If you have connected to a non-DVC repository, then you need to specify custom
Expand Down
17 changes: 17 additions & 0 deletions content/docs/studio/user-guide/connect-custom-gitlab-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,20 @@ Custom GitLab server support is available only within a team workspace, and is
available to all Iterative Studio teams (free and paid).

</admon>

## My GitLab server is behind a firewall. What should I do?

Firstly, the GitLab server must be exposed to the internet to enable remote
access from the Studio. You can limit the traffic on the firewall to the server
to allow access from our IP addresses only, which are:

```
3.21.85.173/32
3.142.203.124/32
```

Additionally, the DNS records associated with the GitLab server should be
publicly available to resolve the server name. Use
[DNS Propagation Checker](https://www.whatsmydns.net/) to confirm if the GitLab
domain is resolvable. If you still have any trouble setting up the connection to
your GitLab server, please [contact us](/doc/studio/troubleshooting#support).

0 comments on commit fc59419

Please sign in to comment.