You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: from-kyma-to-on-premise/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,4 +139,4 @@ The provided sample Function calls the on-premise sample application by proxying
139
139
140
140
## Related Information
141
141
142
-
For more information on principal propagation, see the [VeridisQuo. Reaching SAP LOB destinations with connectivity proxy and principal propagation](https://blogs.sap.com/2022/04/07/veridisquo.-reaching-sap-lob-destinations-with-connectivity-proxy-and-principal-propagation./) blog post and [this sample](../principal-prop-on-prem).
142
+
For more information on principal propagation, see the [VeridisQuo. Reaching SAP LOB destinations with connectivity proxy and principal propagation](https://blogs.sap.com/2022/04/07/veridisquo.-reaching-sap-lob-destinations-with-connectivity-proxy-and-principal-propagation./) blog post and [this sample](../principal-prop-on-premise).
Copy file name to clipboardExpand all lines: principal-prop-on-premise/README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ You can use either XSUAA or SAP Identity Authentication Service (IAS) as an exte
10
10
11
11
The following diagram presents a flow in which a logged-in user fetches their sales data from the on-premise system. Using a standalone SAP application router, an API `sap/com/onprem/mysales` is hosted in the Kyma runtime. This API calls the on-premise system using the Connectivity Proxy module.
*[Cloud Connector on your laptop or test system](../prerequisites/README.md#sap-cloud-connector)
20
-
*[Node.js](https://nodejs.org/en/download/)| The Node.js runtime, including the node package manager NPM. Install the **LTS** version.
20
+
*[Node.js](https://nodejs.org/en/download/)- the Node.js runtime, including the node package manager NPM. Install the **LTS** version.
21
21
*[OpenSSL](https://www.openssl.org/) or another similar tool to generate certificates
22
22
23
23
## Procedure
@@ -27,20 +27,21 @@ The following diagram presents a flow in which a logged-in user fetches their sa
27
27
> ### Note:
28
28
> This section uses the official SAP BTP Connectivity service documentation on [Configuring Principal Propagation](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/c84d4d0b12d34890b334998185f49e88.html).
29
29
30
-
1.[Configure Trusted Entities in the Cloud Connector](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/set-up-trust-for-principal-propagation?version=Cloud#loioa4ee70f0274248f8bbc7594179ef948d__configure_trust)
30
+
1.[Configure Trusted Entities in the Cloud Connector](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/set-up-trust-for-principal-propagation?version=Cloud#loioa4ee70f0274248f8bbc7594179ef948d__configure_trust).
31
31
> ### Note:
32
-
> Make sure you synchronize by using the **Synchronize** button.
32
+
> Make sure you synchronize the list with your Cloud Connector by using the **Synchronize** button.
33
33
> 
34
34
35
-
2.[Configure a CA Certificate](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/d0c4d5675d4f4bc78a5b7a7b8687c841.html) for principal propagation. Use Option 3: (As of version 2.10) Generate a self-signed certificate from the [Install a local CA Cerificate](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/configure-ca-certificate-for-principal-propagation?version=Cloud#install-a-local-ca-certificate) section.
35
+
2.[Configure a CA Certificate](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/d0c4d5675d4f4bc78a5b7a7b8687c841.html) for principal propagation.
36
+
* Use Option 3 (as of version 2.10): Generate a self-signed certificate from the [Install a local CA Cerificate](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/configure-ca-certificate-for-principal-propagation?version=Cloud#install-a-local-ca-certificate) section.
36
37
37
38

38
39
39
40
3. Ensure that for Principal Propagation, the **Subject Pattern** is `CN=${name}`.
40
41
41
42

42
43
43
-
4.[Setup a System Certificate](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/3f974eae3cba4dafa274ec59f69daba6.html). Use the third option - generating a self-signed certificate.
44
+
4.[Install a System Certificate for Mutual Authentication](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/3f974eae3cba4dafa274ec59f69daba6.html). Use the third option - generating a self-signed certificate.
44
45
45
46
### Configuring the On-Premise Backend
46
47
@@ -69,7 +70,7 @@ You can run the on-premise backend on your laptop or in a test system. For simpl
69
70
70
71
4. Update the mock sales data in [on-prem-backend/sales.json](on-prem-backend/sales.json) to provide your `{logged-in-user-email}`.
71
72
72
-
5. Run the app locally.
73
+
5. Run the application locally.
73
74
74
75
```shell script
75
76
# go to the nodejs project
@@ -86,7 +87,7 @@ You can run the on-premise backend on your laptop or in a test system. For simpl
86
87
87
88

88
89
89
-
7. Configure the resources to path and all sub-paths
90
+
7. Configure the resources to **Path And All Sub-Paths**.
90
91
91
92

92
93
@@ -102,7 +103,7 @@ You can run the on-premise backend on your laptop or in a test system. For simpl
102
103
103
104
2. Enable the Connectivity Proxy module in the Kyma runtime. For more information, see [Kyma Modules](https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-modules) and [Adding and Deleting a Kyma Module](https://help.sap.com/docs/btp/sap-business-technology-platform/enable-and-disable-kyma-module).
104
105
105
-
3. Create a destination Configuration in BTP Cockpit.
106
+
3. Create a Destination Configuration in the SAP BTP cockpit.
0 commit comments