From: garciadeblas Date: Thu, 10 Feb 2022 23:41:18 +0000 (+0100) Subject: Fix bug 1826 to allow security related properties when adding a repo X-Git-Tag: v12.0.0rc1~8 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=8bb3cce52c3a446a5e516712ff61590c66262f37;p=osm%2FSOL005.git Fix bug 1826 to allow security related properties when adding a repo Change-Id: I2e7f46b3c1fa18082b55f0a011f2f8e239ab5a30 Signed-off-by: garciadeblas --- diff --git a/osm-openapi.yaml b/osm-openapi.yaml index 324155c..b641bf2 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -8331,6 +8331,24 @@ components: url: type: string format: uri + username: + type: string + description: repository username + password: + type: string + description: repository password + ca-file: + type: string + description: verify certificates of HTTPS-enabled servers using this CA bundle + cert-file: + type: string + description: identify HTTPS client using this SSL certificate file + skip-tls-verify: + type: boolean + description: skip tls certificate checks for the repository + key-file: + type: string + description: identify HTTPS client using this SSL key file ArrayOfK8sRepoInfo: type: array items: