-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jacob Woffenden <[email protected]>
- Loading branch information
1 parent
b146337
commit 40c11e5
Showing
3 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Frequently Asked Questions | ||
|
||
## What IP addresses does the Analytical Platform use? | ||
|
||
If you are connecting from one of our Analytical Platform services and are required to provide IP addresses as a means of access control, you can find our ranges [here](https://github.com/ministryofjustice/moj-ip-addresses/blob/main/moj-cidr-addresses.yml), under the `analytical_platform` key. | ||
|
||
Airflow workflows that have been [migrated](tools/airflow/migration.html) to Analytical Platform Compute will use: | ||
|
||
- `analytical_platform.compute.test` for `airflow-dev` | ||
- `analytical_platform.compute.production` for `airflow-prod` | ||
|
||
Airflow workflows that have not been [migrated](tools/airflow/migration.html) to Analytical Platform Compute will use: | ||
|
||
- `analytical_platform.data_engineering_airflow.development` for `airflow-dev` | ||
- `analytical_platform.data_engineering_airflow.production` for `airflow-prod` | ||
|
||
Analytical Platform Tools (JupyterLab, RStudio and Visual Studio Code) will use: | ||
|
||
- `analytical_platform.tools.development` for `development` | ||
- `analytical_platform.tools.production` for `production` | ||
|
||
Analytical Platform Applications hosted on Cloud Platform will use the IP addresses found [here](https://user-guide.cloud-platform.service.justice.gov.uk/documentation/networking/ip-filtering.html#outbound-ip-filtering). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Frequently asked questions | ||
weight: 170 | ||
last_reviewed_on: 2024-10-16 | ||
review_in: 6 months | ||
owner_slack: "#analytical-platform" | ||
owner_slack_workspace: "mojdt" | ||
--- | ||
|
||
<%= partial 'documentation/faq' %> |