[NCMP] Add Basic Auth to OpenAPI Definitions
[cps.git] / cps-ncmp-rest / docs / openapi / openapi.yml
index 4c546be..fe0c4ac 100755 (executable)
@@ -25,6 +25,11 @@ info:
   version: "1.0"
 servers:
   - url: /ncmp
+components:
+  securitySchemes:
+    basicAuth:
+      type: http
+      scheme: basic
 paths:
   /v1/ch/{cm-handle}/data/ds/{ncmp-datastore-name}:
     $ref: 'ncmp.yml#/resourceDataForCmHandle'
@@ -52,3 +57,5 @@ paths:
 
   /v1/ch/{cm-handle}/data-sync:
     $ref: 'ncmp.yml#/setDataSyncEnabledFlag'
+security:
+  - basicAuth: []
\ No newline at end of file