Skip to content

Commit

Permalink
Merge pull request #41 from longieirl/add-connectivity-service
Browse files Browse the repository at this point in the history
fix(cap): add connectivity service to support on-premise systems
  • Loading branch information
ianquigley-sap committed Jul 29, 2024
2 parents 86edfbe + b0a2127 commit 10f28c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Application Details
| |
| ------------- |
|**Generation Date and Time**<br>Fri Dec 09 2022 13:43:41 GMT+0000 (Coordinated Universal Time)|
|**Generation Date and Time**<br>Fri Dec 09 2024 13:43:41 GMT+0000 (Coordinated Universal Time)|
|**App Generator**<br>@sap/generator-fiori-elements|
|**App Generator Version**<br>1.8.3|
|**Generation Platform**<br>SAP Business Application Studio|
Expand Down
5 changes: 4 additions & 1 deletion cap/cap-fiori-mta-standalone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,13 @@ No longer want your CAP project hosted on SAP BTP, run the following command;
npm run undeploy
```

## Known Issues
To support connectivity to on-premise systems, please uncomment the code in the `mta.yaml` and enable the `standaloneCAPProject-connectivity` service. Remember, the SAP Connectivity service lets you establish connectivity between your cloud applications and on-premise systems running in isolated networks.

## Get Support

In case you've a question, find a bug, or otherwise need support, use the [SAP Community](https://answers.sap.com/tags/9f13aee1-834c-4105-8e43-ee442775e5ce) to get more visibility.

## License

Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
8 changes: 8 additions & 0 deletions cap/cap-fiori-mta-standalone/mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ modules:
type: approuter.nodejs
path: standalonecapproject-approuter
requires:
# Uncomment to support on-premise systems
# - name: standaloneCAPProject-connectivity
- name: standaloneCAPProject_html_repo_runtime
- name: uaa_standaloneCAPProject
- name: standaloneCAPProject-destination-service
Expand Down Expand Up @@ -100,6 +102,12 @@ resources:
service: destination
service-name: standaloneCAPProject-destination-service
service-plan: lite
# Uncomment to support on-premise systems
#- name: standaloneCAPProject-connectivity
# type: org.cloudfoundry.managed-service
# parameters:
# service: connectivity
# service-plan: lite
parameters:
deploy_mode: html5-repo
enable-parallel-deployments: true
Expand Down
2 changes: 1 addition & 1 deletion cap/cap-fiori-mta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ In case you've a question, find a bug, or otherwise need support, use the [SAP C

## License

Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.

0 comments on commit 10f28c2

Please sign in to comment.