summaryrefslogtreecommitdiffstats
path: root/docs/api/swagger/ncmp/openapi.yaml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-10-26 16:46:06 +0000
committerGerrit Code Review <gerrit@onap.org>2022-10-26 16:46:06 +0000
commit8f55ef0b08bfde2878b286c7f2d3029a470db3fc (patch)
tree50a7e6df0cb15e09c0ba6cba47e6ddd02dd5d5bc /docs/api/swagger/ncmp/openapi.yaml
parent2a18c1df031b3b9fd04784673319e1cd38e12267 (diff)
parent1a65023937c209ae05c8e84093376b737e78320c (diff)
Merge "[NCMP] Add Basic Auth to OpenAPI Definitions"
Diffstat (limited to 'docs/api/swagger/ncmp/openapi.yaml')
-rw-r--r--docs/api/swagger/ncmp/openapi.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/swagger/ncmp/openapi.yaml b/docs/api/swagger/ncmp/openapi.yaml
index 44cc2b88a6..b9eee5603d 100644
--- a/docs/api/swagger/ncmp/openapi.yaml
+++ b/docs/api/swagger/ncmp/openapi.yaml
@@ -1193,6 +1193,10 @@ paths:
http-code: 400
body: Bad Request
components:
+ securitySchemes:
+ basicAuth:
+ type: http
+ scheme: basic
schemas:
ErrorMessage:
title: Error
@@ -1477,3 +1481,6 @@ components:
- conditionName: cmHandleWithCpsPath
conditionParameters:
- cpsPath: "//state[@data-sync-enabled='true']"
+
+security:
+ - basicAuth: []