Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs.feldera.com/docs/operations/required-domains.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Add Feldera domains to your network

To use Feldera in a network that requires you to allowlist new domains, ask your network administrator to allowlist the following hostnames (all over `https`, port `443`).

## Standard Usage
- `https://cloud1.feldera.com`: License key validation and usage-telemetry server. (**Enterprise Only**)
- `https://public.ecr.aws/feldera/*`: The Feldera Enterprise Helm Chart pulls images from this repository. (**Enterprise Only**)

## Custom Runtime Usage (Optional)
In some cases, advanced users deploy a custom Feldera runtime to test features before they are officially released. To use a custom runtime, enable the `runtime_version` flag via the [`unstableFeatures` Helm value](/get-started/enterprise/helm-chart-reference#miscellaneous).
- `static.crates.io` and `index.crates.io`: If the runtime version has a new dependency, the crate and its index are downloaded from here.
- `https://github.com/feldera/feldera`: Feldera source code.
- `https://feldera-sql2dbsp.s3.us-west-1.amazonaws.com/*`: Build artifacts for the custom runtime, published by Feldera CI/CD.
1 change: 1 addition & 0 deletions docs.feldera.com/docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ const operations = {
'operations/metrics',
'operations/json-logging',
'operations/visualizing-profiles',
'operations/required-domains',
]
};

Expand Down
Loading