Trying to establish and deploy my hdi DB in Dedicated hana Box instance(instance1), , When build DB module throw below error
Target service: instance1
Processing grants files...
Processing "src/SAPABAP1.hdbgrants"...
Using service "hdi_synonym_sample_SERVICE" of type "sql"
Error: only secure connections are allowed
grantor service: "hdi_synonym_sample_SERVICE", type: "sql", user: "hdi_synonym_sample_USER"
MTA.YAML file
ID: hdi_synonym_sample _schema-version: '2.0' version: 0.0.1 modules: - name: hdi_db_module type: hdb path: hdi_db_module requires: - name: hdi-container properties: TARGET_CONTAINER: ~{hdi-container-name} # declares the service as a required resource for this module - name: hdi_synonym_sample_SERVICE resources: - name: hdi-container type: com.sap.xs.hdi-container properties: hdi-container-name: ${service-name} parameters: service-name: instance1 # declares the service as a resource - name: hdi_synonym_sample_SERVICE type: org.cloudfoundry.existing-service