From 209db265e932764383918d59610ed54d3eb6467b Mon Sep 17 00:00:00 2001 From: Michael Hodge Date: Thu, 21 Nov 2024 13:56:10 +0000 Subject: [PATCH] adding bit about database access (#467) --- source/documentation/apps/static-app.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/documentation/apps/static-app.md b/source/documentation/apps/static-app.md index 22cc1667..3d16fd8b 100644 --- a/source/documentation/apps/static-app.md +++ b/source/documentation/apps/static-app.md @@ -265,5 +265,8 @@ Note that characters that are not compatible with website URLs are converted. Th To delete your Webapp: +> **NOTE:** +> If your webapp uses [data-engineering-database-access](https://github.com/moj-analytical-services/data-engineering-database-access) to access data on the AP, you will need to **remove all references to the app (alpha_app_*) in any project_access .yaml files and [scripts/db_app_policies.py](https://github.com/moj-analytical-services/data-engineering-database-access/blob/main/scripts/db_app_policies.py) before asking for the webapp to be deleted**. Failure to do this may cause breakages to the [data-engineering-database-access](https://github.com/moj-analytical-services/data-engineering-database-access) repository. + 1. Raise a support request detailing the name of the webapp via our [support process](https://github.com/ministryofjustice/data-platform-support/issues/new?template=analytical-platform-support.yml). Only Control Panel Administrators can delete webapps from the Control Panel. -1. Follow the Cloud Platform's guidance on [removing an unneeded namespace](https://user-guide.cloud-platform.service.justice.gov.uk/documentation/deploying-an-app/cleaning-up.html) \ No newline at end of file +1. Follow the Cloud Platform's guidance on [removing an unneeded namespace](https://user-guide.cloud-platform.service.justice.gov.uk/documentation/deploying-an-app/cleaning-up.html)