diff options
author | Pierre Rioux <pierre.rioux@amdocs.com> | 2019-01-09 15:41:17 -0500 |
---|---|---|
committer | Pierre Rioux <pierre.rioux@amdocs.com> | 2019-01-10 10:24:08 -0500 |
commit | 5f4b3db5c14181852d93544716ce6b52ee7ae19d (patch) | |
tree | e1ea5bad3116161207a9f51e50f7af386304a2e1 /kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/rule-data-dictionary.properties | |
parent | d9a8c9ed9247bd82a23d413882a08f63c63dda70 (diff) |
[LOG-404] adding data-dictonary config
Change-Id: Ie786aa3d9d3094409c48a741064d39facd3a6f94
Signed-off-by: Pierre Rioux <pierre.rioux@amdocs.com>
Issue-ID: LOG-404
Diffstat (limited to 'kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/rule-data-dictionary.properties')
-rw-r--r-- | kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/rule-data-dictionary.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/rule-data-dictionary.properties b/kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/rule-data-dictionary.properties new file mode 100644 index 0000000000..d93f030395 --- /dev/null +++ b/kubernetes/pomba/charts/pomba-validation-service/resources/appconfig/rule-data-dictionary.properties @@ -0,0 +1,9 @@ +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 |