aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/charts/portal-sdk/templates/configmap.yaml
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2020-02-19 09:45:54 +0100
committerChrisC <christophe.closset@intl.att.com>2020-03-05 12:03:38 +0100
commit4993144c1f74bb4089fb83865d5a67120e2152b7 (patch)
tree2812d0c4b01453e75ec206ad552e0051b5ee5d38 /kubernetes/portal/charts/portal-sdk/templates/configmap.yaml
parentb679d7bfa1ff3bdba9d70fee6beecdbf9f45d015 (diff)
HTTPS/AAF auto cert gen for Portal SDK
integrate portal-sdk with AAF agent init container. add pv to store init-container certs generated at startup. add aafEnabled flag to switch on/off aaf integration. modify tomcat startup to load p12 and enable HTTPS based on flag. Issue-ID: PORTAL-261 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ia2b05b8661bf9e0c03a60467212e80d1c9d02bac
Diffstat (limited to 'kubernetes/portal/charts/portal-sdk/templates/configmap.yaml')
-rw-r--r--kubernetes/portal/charts/portal-sdk/templates/configmap.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/portal/charts/portal-sdk/templates/configmap.yaml b/kubernetes/portal/charts/portal-sdk/templates/configmap.yaml
index 51346197db..154276ea26 100644
--- a/kubernetes/portal/charts/portal-sdk/templates/configmap.yaml
+++ b/kubernetes/portal/charts/portal-sdk/templates/configmap.yaml
@@ -25,3 +25,4 @@ metadata:
heritage: {{ .Release.Service }}
data:
{{ tpl (.Files.Glob "resources/config/deliveries/properties/ONAPPORTALSDK/*").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/server/*").AsConfig . | indent 2 }} \ No newline at end of file