
Sap Btp Connectivity
- Updated May 19, 2026
- AndreaFusar/https-github.com-secondsky-sap-skills
Configure SAP BTP destinations, cloud-to-on-prem bridges, and Kyma connectivity proxies without drowning in 405/407/503 troubleshooting docs.
About
sap-btp-connectivity is an agent skill for consultants and developers shipping SAP BTP extensions who must get Destination Service, Connectivity Service, and hybrid routing right the first time. It consolidates procedural knowledge for HTTP, RFC, LDAP, MAIL, and TCP destinations, Cloud Connector pairing, OAuth and principal propagation, and running Connectivity Proxy or Transparent Proxy on Kubernetes or Kyma. Use it when SAP apps need reachable on-premise RFC or HTTP backends, when Kyma workloads must egress through BTP connectivity, or when multitenancy forces separate destination namespaces per subscriber. The skill emphasizes error-driven workflows—405, 407, and 503—so you stop guessing whether the failure is destination metadata, proxy auth, or connector reachability. Version 2.2.0 ships under GPL-3.0 with BTP-focused keywords, making it a strong fit for agent-assisted runbooks alongside Cloud Foundry and Kyma deploy skills rather than generic REST tutorials.
- Destination Service patterns for HTTP, RFC, LDAP, MAIL, and TCP destination types
- Cloud Connector and Connectivity Service guidance for cloud-to-on-premise paths
- OAuth and principal propagation setup for secure backend access
- Connectivity Proxy and Transparent Proxy deployment on Kubernetes/Kyma
- Troubleshooting playbook for common connectivity errors including 405, 407, and 503
Sap Btp Connectivity by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add AndreaFusar/https-github.com-secondsky-sap-skills/plugin install sap-btp-connectivity@sap-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 19, 2026 |
|---|---|
| Repository | AndreaFusar/https-github.com-secondsky-sap-skills ↗ |
What it does
Configure SAP BTP destinations, cloud-to-on-prem bridges, and Kyma connectivity proxies without drowning in 405/407/503 troubleshooting docs.
Files
SAP BTP Connectivity skill covering Destination Service, Connectivity Service, Cloud Connector, Connectivity Proxy, and Transparent Proxy for Kubernetes. Use when configuring destinations (HTTP, RFC, LDAP, MAIL, TCP), setting up cloud-to-on-premise connectivity, implementing OAuth and principal propagation, deploying connectivity proxies in Kubernetes/Kyma, troubleshooting connectivity errors (405, 407, 503), or configuring multitenancy.
sap-btp-connectivity
Source: ./plugins/sap-btp-connectivity
{ "name": "sap-btp-connectivity", "source": "./plugins/sap-btp-connectivity", "license": "GPL-3.0", "version": "2.2.0", "category": "btp", "keywords": [ "btp", "cloud foundry", "cloud platform", "connectivity", "http", "kyma", "oauth", "sap", "sap-btp-connectivity" ], "description": "SAP BTP Connectivity skill covering Destination Service, Connectivity Service, Cloud Connector, Connectivity Proxy, and Transparent Proxy for Kubernetes. Use when configuring destinations (HTTP, RFC, LDAP, MAIL, TCP), setting up cloud-to-on-premise connectivity, implementing OAuth and principal propagation, deploying connectivity proxies in Kubernetes/Kyma, troubleshooting connectivity errors (405, 407, 503), or configuring multitenancy." }