Add Pluggable Security to Gizmo 65/69565/7
authorRavi Geda <gravik@amdocs.com>
Sun, 30 Sep 2018 20:14:41 +0000 (21:14 +0100)
committerRavi Geda <gravik@amdocs.com>
Tue, 9 Oct 2018 17:11:25 +0000 (18:11 +0100)
commitc6b5e85bc0a1d9f884ef3fda68eb8a9ca0bbc44c
tree529a1104909781b3a67cc50971c2ca514ab47de0
parent0d4b4b58b2e6d980bd659d512ea23bd79fc7e7eb
Add Pluggable Security to Gizmo

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

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