diff options
author | Dan Timoney <dtimoney@att.com> | 2022-04-27 12:46:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-04-27 12:46:15 +0000 |
commit | e9ddfb1e0e0b256986d24aa02129e2e3850bb480 (patch) | |
tree | 0678c323c9acb809c1a297c40adddb626e0612fc /a1-policy-management/config/application.yaml | |
parent | 5579ee66054f7ede86fe2dd0021c8095eeb8d8e5 (diff) | |
parent | de7a573e413e5b32bd4c4d2b20d2488d6eca87a8 (diff) |
Merge "NONRTRIC PMS using authorization token"
Diffstat (limited to 'a1-policy-management/config/application.yaml')
-rw-r--r-- | a1-policy-management/config/application.yaml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/a1-policy-management/config/application.yaml b/a1-policy-management/config/application.yaml index 5684c463..7628624d 100644 --- a/a1-policy-management/config/application.yaml +++ b/a1-policy-management/config/application.yaml @@ -42,7 +42,7 @@ logging: org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR org.onap.ccsdk.oran.a1policymanagementservice: INFO - # org.onap.ccsdk.oran.a1policymanagementservice.tasks: TRACE + # org.onap.ccsdk.oran.a1policymanagementservice.tasks: TRACE file: name: /var/log/policy-agent/application.log server: @@ -74,7 +74,10 @@ app: 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. + # 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: |