spreadsheetimporter / ui5-cc-spreadsheetimporter

A UI5 Component to integrate a Spreadsheet Upload for UI5 Apps.
https://spreadsheet-importer.com/
Apache License 2.0
75 stars 15 forks source link

how to consume with proxy #565

Closed marianfoo closed 1 month ago

marianfoo commented 1 month ago

Sample with fiori-tools-proxy

        backend:
          - path: /sap
            url: <Cloud Connector or local URL>
            destination: <System Destination name if in BAS>
          - path: /resources/cc/spreadsheetimporter/v0_34_1
            destination: <System Destination name if in BAS>
            pathPrefix: /sap/bc/ui5_ui5/sap/<BSP NAME>/thirdparty/customcontrol/spreadsheetimporter/v0_34_1/
            url: <Cloud Connector or local URL>
marianfoo commented 1 month ago

include app index /sap/bc/ui2/app_index/ui5_app_info?id=cc.spreadsheetimporter.v0_33_0

marianfoo commented 1 month ago
   - name: ui5-middleware-simpleproxy
      afterMiddleware: compression
      mountPath: /resources/cc/spreadsheetimporter/v0_34_1/
      configuration:
        baseUri: "<SAP SYSTEM URL>/sap/bc/ui5_ui5/sap/<BSP NAME>/thirdparty/customcontrol/spreadsheetimporter/v0_34_1/"
        username: <SAP USERNAME>
        password: <SAP PASSWORD
        query:
          sap-client: '100'