From adefa8a0b58ed62354b136886c3762643ec3e9a4 Mon Sep 17 00:00:00 2001 From: Pablo Carle Date: Fri, 1 Nov 2024 15:44:58 +0100 Subject: [PATCH] fix: quotes in zosmf static definition (#3875) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pablo Hernán Carle Co-authored-by: Pablo Hernán Carle --- .../src/main/resources/zosmf-static-definition.yaml.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discovery-package/src/main/resources/zosmf-static-definition.yaml.template b/discovery-package/src/main/resources/zosmf-static-definition.yaml.template index f6ac38400e..1f3f0cf553 100644 --- a/discovery-package/src/main/resources/zosmf-static-definition.yaml.template +++ b/discovery-package/src/main/resources/zosmf-static-definition.yaml.template @@ -9,7 +9,7 @@ services: description: 'IBM z/OS Management Facility REST API service. Once configured you can access z/OSMF via the API gateway: https://${ZOWE_EXPLORER_HOST}:${GATEWAY_PORT}/ibmzosmf/api/v1/info' catalogUiTileId: zosmf instanceBaseUrls: - - %ZOSMF_SCHEME%://${ZOSMF_HOST}:${ZOSMF_PORT}/" + - %ZOSMF_SCHEME%://${ZOSMF_HOST}:${ZOSMF_PORT}/ homePageRelativeUrl: # Home page is at the same URL routedServices: - gatewayUrl: api/v1 @@ -20,7 +20,7 @@ services: - apiId: ibm.zosmf gatewayUrl: api/v1 documentationUrl: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua700/IZUHPINFO_RESTServices.htm - swaggerUrl: %ZOSMF_SCHEME%://${ZOSMF_HOST}:${ZOSMF_PORT}/zosmf/api/docs" + swaggerUrl: %ZOSMF_SCHEME%://${ZOSMF_HOST}:${ZOSMF_PORT}/zosmf/api/docs customMetadata: apiml: enableUrlEncodedCharacters: true