Add Pluggable Security to Champ 45/71445/3
authorRavi Geda <gravik@amdocs.com>
Tue, 30 Oct 2018 10:03:44 +0000 (10:03 +0000)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 4 Dec 2018 13:00:15 +0000 (13:00 +0000)
commit9234bdec7f994e8b11953fdbc358768defba8fc7
tree2ce587d54c1da688ad77f2c51abbbc3aacf24410
parent693bc2491bb1249f3e0313a31c4240f5f65e3ba3
Add Pluggable Security to Champ

Note that by default this feature is turned off. To enable update the
installSidecarSecurity in aai/values.yaml to true

Change-Id: I19d4755a58041c58070e0cd36d263e4e49b3f743
Issue-ID: AAF-587
Signed-off-by: Ravi Geda <gravik@amdocs.com>
19 files changed:
kubernetes/aai/charts/aai-champ/resources/fproxy/config/auth/client-cert.p12 [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/fproxy/config/auth/tomcat_keystore [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/fproxy/config/fproxy.properties [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/fproxy/config/logback-spring.xml [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/fproxy/config/readme.txt [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/auth/client-cert.p12 [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/auth/tomcat_keystore [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/cadi.properties [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/forward-proxy.properties [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/logback-spring.xml [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/primary-service.properties [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/readme.txt [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/reverse-proxy.properties [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/resources/rproxy/config/security/keyfile [new file with mode: 0644]
kubernetes/aai/charts/aai-champ/templates/configmap.yaml
kubernetes/aai/charts/aai-champ/templates/deployment.yaml
kubernetes/aai/charts/aai-champ/templates/secrets.yaml
kubernetes/aai/charts/aai-champ/templates/service.yaml