diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-02-19 09:45:54 +0100 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-03-05 12:03:38 +0100 |
commit | 4993144c1f74bb4089fb83865d5a67120e2152b7 (patch) | |
tree | 2812d0c4b01453e75ec206ad552e0051b5ee5d38 /kubernetes/portal/charts/portal-sdk/templates/secrets.yaml | |
parent | b679d7bfa1ff3bdba9d70fee6beecdbf9f45d015 (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/secrets.yaml')
-rw-r--r-- | kubernetes/portal/charts/portal-sdk/templates/secrets.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml b/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml new file mode 100644 index 0000000000..b79179bc6b --- /dev/null +++ b/kubernetes/portal/charts/portal-sdk/templates/secrets.yaml @@ -0,0 +1,15 @@ +# Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +{{ include "common.secret" . }} |