rule.datadictionary.hostport={{ .Values.config.dataDictHostPort }} | |
rule.datadictionary.connect.timeout=1000 | |
rule.datadictionary.read.timeout=1000 | |
# basic authentication: base64 encoding of username:password | |
rule.datadictionary.credentials={{ .Values.config.dataDictCredentials }} | |
# ex: /commonModelElements/instance~nfValuesCatalog~1.0/ | |
rule.datadictionary.uri=/commonModelElements/{0}~{1}~1.0/validateInstance |