diff options
author | Ravi Geda <gravik@amdocs.com> | 2018-09-30 21:14:41 +0100 |
---|---|---|
committer | Ravi Geda <gravik@amdocs.com> | 2018-10-09 18:11:25 +0100 |
commit | 375666c83803e8afadd86c7255dd2777f5a2c0e3 (patch) | |
tree | b9ceb482112064982b647a7b5e9d023a0eab1130 /charts/aai-gizmo/resources/fproxy/config/fproxy.properties | |
parent | 622ee455715f0ae4ee39c1717c21fe8d4982782c (diff) |
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>
Diffstat (limited to 'charts/aai-gizmo/resources/fproxy/config/fproxy.properties')
-rw-r--r-- | charts/aai-gizmo/resources/fproxy/config/fproxy.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/charts/aai-gizmo/resources/fproxy/config/fproxy.properties b/charts/aai-gizmo/resources/fproxy/config/fproxy.properties new file mode 100644 index 0000000..f512fb7 --- /dev/null +++ b/charts/aai-gizmo/resources/fproxy/config/fproxy.properties @@ -0,0 +1,2 @@ +credential.cache.timeout.ms=180000 +transactionid.header.name=X-TransactionId
\ No newline at end of file |