diff --git a/open-api/rest-catalog-open-api.yaml b/open-api/rest-catalog-open-api.yaml index 4b4c9f6730ec..8afd9291e2dc 100644 --- a/open-api/rest-catalog-open-api.yaml +++ b/open-api/rest-catalog-open-api.yaml @@ -60,6 +60,7 @@ servers: security: - OAuth2: [catalog] - BearerAuth: [] + - BasicAuth: [] paths: /v1/config: @@ -5264,3 +5265,6 @@ components: BearerAuth: type: http scheme: bearer + BasicAuth: + type: http + scheme: basic