From 6fded73d8e581411023c5d6db26061da0c4018af Mon Sep 17 00:00:00 2001
From: "egon w. stemle" <egon.stemle@eurac.edu>
Date: Fri, 25 Oct 2019 14:27:31 +0200
Subject: [PATCH] Add documentation

---
 kubernetes/dspace-ingress.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kubernetes/dspace-ingress.yaml b/kubernetes/dspace-ingress.yaml
index 37a7403..69b0ba7 100644
--- a/kubernetes/dspace-ingress.yaml
+++ b/kubernetes/dspace-ingress.yaml
@@ -32,6 +32,10 @@ spec:
         # later on (without the need to change http:// to https://)
         # see https://github.com/nginx-shib/nginx-http-shibboleth/issues/22
         #
+        # However, make sure to disable all enforce-SSL settings, for example
+        # for the [dspace REST
+        # API](https://wiki.duraspace.org/display/DSDOC5x/REST+API).
+        #
         # For a general overview for SP reverse proxy-ing
         # see https://wiki.shibboleth.net/confluence/display/SHIB2/SPReverseProxy
         #
-- 
GitLab