X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fpolicymanagementservice%2Fresources%2Fconfig%2Fapplication.yaml;fp=nonrtric%2Fhelm%2Fpolicymanagementservice%2Fresources%2Fconfig%2Fapplication.yaml;h=f70aaad704a5a37a6d343d978b22c0a0c45a2f5a;hb=5199ff5ad991b7d7df2314cd271be2b13d78841b;hp=0294e37831161433b16a0dba6ff078e2face2323;hpb=89a4298c2135fa58a2a5b9ff70f96c5874875ec7;p=it%2Fdep.git diff --git a/nonrtric/helm/policymanagementservice/resources/config/application.yaml b/nonrtric/helm/policymanagementservice/resources/config/application.yaml index 0294e378..f70aaad7 100644 --- a/nonrtric/helm/policymanagementservice/resources/config/application.yaml +++ b/nonrtric/helm/policymanagementservice/resources/config/application.yaml @@ -65,8 +65,12 @@ app: # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s http.proxy-host: http.proxy-port: 0 + http.proxy-type: HTTP # path where the service can store data vardata-directory: /var/policy-management-service # the config-file-schema-path referres to a location in the jar file. If this property is empty or missing, # no schema validation will be executed. config-file-schema-path: /application_configuration_schema.json + # A file containing an authorization token, which shall be inserted in each HTTP header (authorization). + # If the file name is empty, no authorization token is sent. + auth-token-file: \ No newline at end of file