Add Pluggable Security to aai-resources
authorRavi Geda <gravik@amdocs.com>
Wed, 7 Nov 2018 22:37:16 +0000 (22:37 +0000)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Tue, 4 Dec 2018 13:00:09 +0000 (13:00 +0000)
commit97a8b0f8162138d048cc6f7b1f901f1787fa1b17
tree583f6f47b76061332b947934d641a2562adb4153
parent2befacb93c4477c2dfd822a44ae83adb99fb94d0
Add Pluggable Security to aai-resources

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

Change-Id: If5d2be859ead2f0bd81aabb4fde749f105974bcf
Issue-ID: AAF-616
Signed-off-by: Ravi Geda <gravik@amdocs.com>
24 files changed:
charts/aai-resources/resources/config/auth/aai_policy.json [new file with mode: 0644]
charts/aai-resources/resources/fproxy/config/auth/client-cert.p12 [new file with mode: 0644]
charts/aai-resources/resources/fproxy/config/auth/fproxy_truststore [new file with mode: 0644]
charts/aai-resources/resources/fproxy/config/auth/tomcat_keystore [new file with mode: 0644]
charts/aai-resources/resources/fproxy/config/fproxy.properties [new file with mode: 0644]
charts/aai-resources/resources/fproxy/config/logback-spring.xml [new file with mode: 0644]
charts/aai-resources/resources/fproxy/config/readme.txt [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/auth/client-cert.p12 [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/auth/org.onap.aai.p12 [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/auth/tomcat_keystore [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/auth/uri-authorization.json [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/cadi.properties [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/forward-proxy.properties [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/logback-spring.xml [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/primary-service.properties [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/readme.txt [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/reverse-proxy.properties [new file with mode: 0644]
charts/aai-resources/resources/rproxy/config/security/keyfile [new file with mode: 0644]
charts/aai-resources/templates/configmap.yaml
charts/aai-resources/templates/deployment.yaml
charts/aai-resources/values.yaml
resources/config/haproxy/haproxy-pluggable-security.cfg [new file with mode: 0644]
templates/configmap.yaml
templates/deployment.yaml