aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-resources/resources/rproxy/config/primary-service.properties
diff options
context:
space:
mode:
authorRavi Geda <gravik@amdocs.com>2018-11-07 22:37:16 +0000
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-12-04 13:00:09 +0000
commit97a8b0f8162138d048cc6f7b1f901f1787fa1b17 (patch)
tree583f6f47b76061332b947934d641a2562adb4153 /charts/aai-resources/resources/rproxy/config/primary-service.properties
parent2befacb93c4477c2dfd822a44ae83adb99fb94d0 (diff)
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>
Diffstat (limited to 'charts/aai-resources/resources/rproxy/config/primary-service.properties')
-rw-r--r--charts/aai-resources/resources/rproxy/config/primary-service.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/charts/aai-resources/resources/rproxy/config/primary-service.properties b/charts/aai-resources/resources/rproxy/config/primary-service.properties
new file mode 100644
index 0000000..2c89d28
--- /dev/null
+++ b/charts/aai-resources/resources/rproxy/config/primary-service.properties
@@ -0,0 +1,3 @@
+primary-service.protocol = https
+primary-service.host = localhost
+primary-service.port = 8447