Merge "Fix the nginx config"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 7 Nov 2019 15:25:18 +0000 (15:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 7 Nov 2019 15:25:18 +0000 (15:25 +0000)
kubernetes/clamp/resources/config/nginx.conf

index ce94eff..da7978a 100644 (file)
@@ -4,8 +4,10 @@ server {
   ssl_protocols TLSv1.2;
   ssl_certificate /etc/ssl/clamp.pem;
   ssl_certificate_key /etc/ssl/clamp.key;
+  ssl_verify_client optional_no_ca;
     location /restservices/clds/ {
         proxy_pass https://clamp-backend:443;
+        proxy_set_header X-SSL-Cert $ssl_client_escaped_cert;
     }
 
   location / {