diff options
author | Ravi Geda <gravik@amdocs.com> | 2018-10-30 10:03:44 +0000 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-04 13:00:15 +0000 |
commit | b3b41fa798e158d1a26a7588f45c8871ba59e7dc (patch) | |
tree | 921a55b0e26bed5ff9172307a5948f15900240f2 /charts/aai-champ/resources/fproxy/config/fproxy.properties | |
parent | 2befacb93c4477c2dfd822a44ae83adb99fb94d0 (diff) |
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>
Diffstat (limited to 'charts/aai-champ/resources/fproxy/config/fproxy.properties')
-rw-r--r-- | charts/aai-champ/resources/fproxy/config/fproxy.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/charts/aai-champ/resources/fproxy/config/fproxy.properties b/charts/aai-champ/resources/fproxy/config/fproxy.properties new file mode 100644 index 0000000..f512fb7 --- /dev/null +++ b/charts/aai-champ/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 |