Add a service for Gateway 81/10381/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 3 Feb 2023 11:35:13 +0000 (12:35 +0100)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Fri, 3 Feb 2023 11:35:23 +0000 (12:35 +0100)
- resource folder added

IssueID: OAM-309
Change-Id: I6dc6090c20545251a0723c79bcbe07c2f69fc706
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/smo/common/gateway/conf/.htpasswd [new file with mode: 0644]
solution/smo/common/gateway/conf/middleware.yml [new file with mode: 0644]

diff --git a/solution/smo/common/gateway/conf/.htpasswd b/solution/smo/common/gateway/conf/.htpasswd
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/solution/smo/common/gateway/conf/middleware.yml b/solution/smo/common/gateway/conf/middleware.yml
new file mode 100644 (file)
index 0000000..19119d8
--- /dev/null
@@ -0,0 +1,17 @@
+http:
+  middlewares:
+    default-headers:
+      headers:
+        CustomFrameOptionsValue: "SAMEORIGIN"
+        sslRedirect: true
+        browserXssFilter: true
+        contentTypeNosniff: true
+        forceSTSHeader: true
+        stsSeconds: 315360000
+        stsIncludeSubdomains: true
+        stsPreload: true
+# tls:
+#   options:
+#     myTLSOptions:
+#        minVersion: VersionTLS12
+