From c8130d1dc8ce963c1e15e11053d1d2c66e882394 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Fri, 10 May 2019 14:53:23 -0400 Subject: [PATCH] Outlining security section --- docs/latest/deployment/index.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/docs/latest/deployment/index.md b/docs/latest/deployment/index.md index 291f54c86..70819826d 100644 --- a/docs/latest/deployment/index.md +++ b/docs/latest/deployment/index.md @@ -133,21 +133,27 @@ appropriate headers. You ... -#### Making sure your archive is accessible +### Securing Your Data -- CORS -- Proxy (dangers) -- Note: PACS not meant to be directly accesible from Web +> Feeling lost? Securing your data is important, and it can be hard to tell if +> you've gotten it right. Don't hesitate to work with professional auditors, or +> [enlist help from experts](./../help.md). -#### Securing your data +- Oauth OpenID-Connect +- Experts -- Reach out to experts -- Recipes +### Recipes -### What if my archive doesn't support DICOM Web? +We've included a few recipes for common deployment scenarios. There are many, +many possible configurations, so please don't feel limited to these setups. -- Mapping layer -- GraphQL? +- Script Include + - [Embedding the Viewer](deployment/recipes/embedded-viewer.md) +- Stand-Alone + - [Build for Production](deployment/recipes/build-for-production.md) + - [Static](deployment/recipes/static-assets.md) + - [Nginx + Image Archive](deployment/recipes/nginx--image-archive.md) + - [User Account Control](deployment/recipes/user-account-control.md)