X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=scripts%2Foptf-has%2Fhas%2Fhas-properties%2Fconductor.conf.onap;h=8df0d0760237555fd6ec95a61656e8126de6f6c4;hb=58cad3b81d9dd5c1e49e005bc2741e57802ea1a4;hp=768e81b344047740b860f49559357e14f59450b6;hpb=425ba9232b52ee2d40999526ae792bbf2bf76f55;p=integration%2Fcsit.git diff --git a/scripts/optf-has/has/has-properties/conductor.conf.onap b/scripts/optf-has/has/has-properties/conductor.conf.onap index 768e81b3..8df0d076 100644 --- a/scripts/optf-has/has/has-properties/conductor.conf.onap +++ b/scripts/optf-has/has/has-properties/conductor.conf.onap @@ -5,7 +5,7 @@ # # Configuration file for WSGI definition of API. (string value) -#api_paste_config = api_paste.ini +api_paste_config = /usr/local/etc/conductor/api_paste.ini # Music keyspace for content (string value) #keyspace = conductor @@ -131,7 +131,10 @@ log_dir = /var/log #fatal_deprecations = false -[aaf_authentication] +[auth] +appkey = h@ss3crtky400fdntc#001 + +[aaf_api] # # From conductor @@ -146,6 +149,16 @@ log_dir = /var/log # aaf_url. (string value) aaf_url = http://localhost:8100/authz/perms/user/ +# aaf_cert_file. (string value) +#aaf_cert_file = + +# aaf_cert_key_file. (string value) +#aaf_cert_key_file = + +# aaf_ca_bundle_file. (string value) +#aaf_ca_bundle_file = +aaf_ca_bundle_file = /usr/local/bin/AAF_RootCA.cer + # aaf_retries. (integer value) #aaf_retries = 3 @@ -153,7 +166,7 @@ aaf_url = http://localhost:8100/authz/perms/user/ #aaf_timeout = 100 # aaf_user_roles. (list value) -#aaf_user_roles = {"type": "org.onap.oof","instance": "plans","action": "GET"},{"type": "org.onap.oof","instance": "plans","action": "POST"} +#aaf_permissions = {"type": "org.onap.oof.access","instance": "*","action": "*"} [aaf_sms] @@ -378,7 +391,14 @@ server_url = http://msb.onap.org:8082/api/multicloud # The version of Multicloud API. (string value) #server_url_version = v0 +# Certificate Authority Bundle file in pem format. Must contain the appropriate +# trust chain for the Certificate file. (string value) +#certificate_authority_bundle_file = certificate_authority_bundle.pem +certificate_authority_bundle_file = /usr/local/bin/AAF_RootCA.cer +# Enabling HTTPs mode (boolean value) +# enable_https_mode = +enable_https_mode = True [music_api] #