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

Network Issue FAQs #1265

Open
cathystoli opened this issue Aug 19, 2024 · 1 comment
Open

Network Issue FAQs #1265

cathystoli opened this issue Aug 19, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation network P1 Priority 1 - Improvement with wide impact, fix within 1 week

Comments

@cathystoli
Copy link
Collaborator

Description

We receieve a fair number of bugs that are related to network issues on the users side. To help we can create an FAQ that speaks to some ways to get around firewalls etc. In the future if we have network bugs on the users side we can point to this issue

@ivirshup to add what he just helped a user with

@cathystoli cathystoli added documentation Improvements or additions to documentation P2 Priority 2 - Improvement with narrower impact, fix within a month network labels Aug 19, 2024
@cathystoli cathystoli added P1 Priority 1 - Improvement with wide impact, fix within 1 week and removed P2 Priority 2 - Improvement with narrower impact, fix within a month labels Aug 19, 2024
@ivirshup
Copy link
Collaborator

Proxies

The issue mentioned above is dealing with proxies: #1256

Basically, telling users that they need to set these variables in their tiledb context/ config:

config = {
    "vfs.s3.proxy_host": ..., "vfs.s3.proxy_port": ...
}

And that this can manifest as a TimeOutError.

Ideally we could also point to some tiledbsoma/ tiledb docs for how to pass around contexts/ configuration and what configuration is available.

Other topics

  • Eventually we may need to talk about regions
  • Maybe we need to talk about anonymous access to the buckets? But this is something that cellxgene_census handles, but comes up if you try to use tiledbsoma on it directly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation network P1 Priority 1 - Improvement with wide impact, fix within 1 week
Projects
None yet
Development

No branches or pull requests

2 participants