diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-05-02 08:58:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-05-02 08:58:44 +0000 |
commit | fa5eab66ca5dce1d202e7d58b203d527fd13213b (patch) | |
tree | b6af4b977bbe21bbd3e6eecb8b2e3ed274675055 /cps-application | |
parent | 26a03f8ad2ad402c6c445fb28d8f67699f6d89c2 (diff) | |
parent | eb3a808eaad99ccccacd1b852034ec3bf02ed061 (diff) |
Merge "Add Notification support in cps core"
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 7873cc459c..68dd31b53b 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -2,6 +2,7 @@ # Copyright (C) 2021 Pantheon.tech # Modifications Copyright (C) 2021-2022 Bell Canada # Modifications Copyright (C) 2021-2024 Nordix Foundation +# Modifications Copyright (C) 2024 TechMahindra Ltd # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -113,7 +114,9 @@ app: topic: ${DMI_CM_EVENTS_TOPIC:dmi-cm-events} device-heartbeat: topic: ${DMI_DEVICE_HEARTBEAT_TOPIC:dmi-device-heartbeat} - + cps: + data-updated: + topic: ${CPS_CHANGE_EVENT_TOPIC:cps-data-updated-events} notification: enabled: true @@ -138,8 +141,6 @@ springdoc: - name: cps-ncmp-inventory url: /api-docs/cps-ncmp/openapi-inventory.yaml - - security: # comma-separated uri patterns which do not require authorization permit-uri: /actuator/**,/swagger-ui.html,/swagger-ui/**,/swagger-resources/**,/api-docs/**,/v3/api-docs/** |