seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 1 | {{- define "so.cadi.keys" -}} |
| 2 | {{- $dot := default . .dot -}} |
| 3 | {{- $initRoot := default $dot.Values.soHelpers .initRoot -}} |
| 4 | cadiLoglevel: {{ $initRoot.cadi.logLevel }} |
Sylvain Desbureaux | fde9407 | 2021-03-19 15:06:41 +0100 | [diff] [blame] | 5 | cadiKeyFile: {{ $initRoot.certInitializer.credsPath }}/{{ $initRoot.certInitializer.fqi_namespace }}.keyfile |
| 6 | cadiTrustStore: {{ $initRoot.certInitializer.credsPath }}/truststoreONAPall.jks |
seshukm | 0df1f8e | 2020-08-17 21:45:49 +0530 | [diff] [blame] | 7 | cadiTruststorePassword: ${TRUSTSTORE_PASSWORD} |
| 8 | cadiLatitude: {{ $initRoot.cadi.latitude }} |
| 9 | cadiLongitude: {{ $initRoot.cadi.longitude }} |
| 10 | aafEnv: {{ $initRoot.cadi.aafEnv }} |
| 11 | aafApiVersion: {{ $initRoot.cadi.aafApiVersion }} |
| 12 | aafRootNs: {{ $initRoot.cadi.aafRootNs }} |
| 13 | aafId: {{ $initRoot.cadi.aafId }} |
| 14 | aafPassword: {{ $initRoot.cadi.aafPassword }} |
| 15 | aafLocateUrl: {{ $initRoot.cadi.aafLocateUrl }} |
| 16 | aafUrl: {{ $initRoot.cadi.aafUrl }} |
| 17 | apiEnforcement: {{ $initRoot.cadi.apiEnforcement }} |
| 18 | {{- if ($initRoot.cadi.noAuthn) }} |
| 19 | noAuthn: {{ $initRoot.cadi.noAuthn }} |
| 20 | {{- end }} |
| 21 | {{- end }} |