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

Allow 'Internet' for data providers IP #2247

Draft
wants to merge 55 commits into
base: release-v5.0.1rc1
Choose a base branch
from

Conversation

JimMadge
Copy link
Member

✅ Checklist

  • You have given your pull request a meaningful title (e.g. Enable foobar integration rather than 515 foobar).
  • You are targeting the appropriate branch. If you're not certain which one this is, it should be develop.
  • Your branch is up-to-date with the target branch (it probably was when you started, but it may have changed since then).

🚦 Depends on

#2246

⤴️ Summary

Allows data providers (as well as research users) IP addresses to be defined as the Azure service tag 'Internet'.

🌂 Related issues

🔬 Tests

craddm and others added 30 commits September 27, 2024 16:06
These are already provided by templates.
Use correct paths to shared, input, and output drives on desktop
Catch config upload validation errors
…_items

Remove desktop files for gitea/hedgedoc
Remove ANSI escape sequences from logfile
craddm and others added 19 commits October 11, 2024 12:34
Bumps the production-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [azure-identity](https://github.com/Azure/azure-sdk-for-python) | `1.18.0` | `1.19.0` |
| [azure-storage-file-share](https://github.com/Azure/azure-sdk-for-python) | `12.18.0` | `12.19.0` |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.64.3` | `2.66.0` |
| [pulumi-azuread](https://github.com/pulumi/pulumi-azuread) | `5.53.4` | `6.0.0` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.135.1` | `3.136.1` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.0.2` | `8.1.3` |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `10.4.0` | `10.5.0` |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.2.2.240909` | `2.2.3.241009` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.3` |


Updates `azure-identity` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-identity_1.18.0...azure-identity_1.19.0)

Updates `azure-storage-file-share` from 12.18.0 to 12.19.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-storage-file-share_12.18.0...azure-storage-file-share_12.19.0)

Updates `pulumi-azure-native` from 2.64.3 to 2.66.0
- [Release notes](https://github.com/pulumi/pulumi-azure-native/releases)
- [Changelog](https://github.com/pulumi/pulumi-azure-native/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-azure-native@v2.64.3...v2.66.0)

Updates `pulumi-azuread` from 5.53.4 to 6.0.0
- [Release notes](https://github.com/pulumi/pulumi-azuread/releases)
- [Changelog](https://github.com/pulumi/pulumi-azuread/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-azuread@v5.53.4...v6.0.0)

Updates `pulumi` from 3.135.1 to 3.136.1
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.135.1...v3.136.1)

Updates `sphinx` from 8.0.2 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3)

Updates `ansible` from 10.4.0 to 10.5.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@10.4.0...10.5.0)

Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

Updates `pandas-stubs` from 2.2.2.240909 to 2.2.3.241009
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.2.2.240909...v2.2.3.241009)

Updates `coverage` from 7.6.1 to 7.6.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.1...7.6.3)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: azure-storage-file-share
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pulumi-azure-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pulumi-azuread
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: pulumi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pandas-stubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.10.0 to 2.0.1.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v1.10.0...v2.0.1)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…_actions/lycheeverse/lychee-action-2.0.1

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.1
…oduction-dependencies-e8acc93306

Bump the production-dependencies group with 10 updates
Simplify code for checking config availability and SRE deployment status
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…_actions/lycheeverse/lychee-action-2.0.2

Bump lycheeverse/lychee-action from 2.0.1 to 2.0.2
Copy link

github-actions bot commented Oct 21, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  data_safe_haven/commands
  config.py
  data_safe_haven/config
  config_sections.py
  data_safe_haven/infrastructure/programs/sre
  networking.py 71-76
  data_safe_haven/logging
  plain_file_handler.py
  data_safe_haven/types
  enums.py
Project Total  

This report was generated by python-coverage-comment-action

@JimMadge JimMadge mentioned this pull request Oct 21, 2024
3 tasks
@JimMadge JimMadge marked this pull request as ready for review October 21, 2024 15:29
@JimMadge JimMadge requested review from a team as code owners October 21, 2024 15:29
@JimMadge JimMadge marked this pull request as draft October 22, 2024 09:50
@JimMadge
Copy link
Member Author

This might be a bit more tricky as storage accounts use IP address ranges and not service tags for restricting external access.

It is possible to allow connection from any network.

@JimMadge JimMadge added this to the Release 5.0.1 milestone Oct 22, 2024
@JimMadge JimMadge added the release: non-essential Issues that at not essential to close for a release label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: non-essential Issues that at not essential to close for a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants