Pierre Rioux | 5f4b3db | 2019-01-09 15:41:17 -0500 | [diff] [blame^] | 1 | rule.datadictionary.hostport={{ .Values.config.dataDictHostPort }} |
2 | rule.datadictionary.connect.timeout=1000 | ||||
3 | rule.datadictionary.read.timeout=1000 | ||||
4 | |||||
5 | # basic authentication: base64 encoding of username:password | ||||
6 | rule.datadictionary.credentials={{ .Values.config.dataDictCredentials }} | ||||
7 | |||||
8 | # ex: /commonModelElements/instance~nfValuesCatalog~1.0/ | ||||
9 | rule.datadictionary.uri=/commonModelElements/{0}~{1}~1.0/validateInstance |