Add Pluggable Security to Champ
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)
commitb3b41fa798e158d1a26a7588f45c8871ba59e7dc
tree921a55b0e26bed5ff9172307a5948f15900240f2
parent2befacb93c4477c2dfd822a44ae83adb99fb94d0
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:
charts/aai-champ/resources/fproxy/config/auth/client-cert.p12 [new file with mode: 0644]
charts/aai-champ/resources/fproxy/config/auth/tomcat_keystore [new file with mode: 0644]
charts/aai-champ/resources/fproxy/config/fproxy.properties [new file with mode: 0644]
charts/aai-champ/resources/fproxy/config/logback-spring.xml [new file with mode: 0644]
charts/aai-champ/resources/fproxy/config/readme.txt [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/auth/client-cert.p12 [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/auth/tomcat_keystore [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/auth/uri-authorization.json [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/cadi.properties [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/forward-proxy.properties [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/logback-spring.xml [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/primary-service.properties [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/readme.txt [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/reverse-proxy.properties [new file with mode: 0644]
charts/aai-champ/resources/rproxy/config/security/keyfile [new file with mode: 0644]
charts/aai-champ/templates/configmap.yaml
charts/aai-champ/templates/deployment.yaml
charts/aai-champ/templates/secrets.yaml
charts/aai-champ/templates/service.yaml