Skip to content

Commit 2e8029f

Browse files
committed
Apply changes
1 parent fea0463 commit 2e8029f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

principal-prop-on-premise/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This sample provides details on how to configure principal propagation when you
66

77
The principal propagation relies on exchanging the JWT token received in Kyma. The exchanged token is then forwarded to the SAP Cloud Connector and is used to identify the logged-in user.
88

9-
You can use either XSUAA or SAP Identity Authentication Service (IAS) as an external identity provider with user federation.
9+
You can use either XSUAA or SAP Cloud Identity Services as an external identity provider with user federation.
1010

1111
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.
1212

@@ -32,7 +32,7 @@ The following diagram presents a flow in which a logged-in user fetches their sa
3232
> Make sure you synchronize the list with your Cloud Connector by using the **Synchronize** button.
3333
> ![trust](./assets/trust.png)
3434
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. Use Option 3 (as of version 2.10): Generate a self-signed certificate from the [Install a local CA Certificate](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/configure-ca-certificate-for-principal-propagation?version=Cloud#install-a-local-ca-certificate) section.
3636

3737
![ca](assets/ca.png)
3838

@@ -42,9 +42,9 @@ The following diagram presents a flow in which a logged-in user fetches their sa
4242

4343
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.
4444

45-
### Configuring the On-Premise Backend
45+
### Configuring the On-Premise System
4646

47-
You can run the on-premise backend on your laptop or in a test system. For simplicity, use the same system where your SAP Cloud Connector is running.
47+
You can run the on-premise system on your laptop or in a test system. For simplicity, use the same system where your SAP Cloud Connector is running.
4848

4949
1. Download the CA certificate from the Cloud Connector under the `certs` directory as `ca_cert.der`.
5050

@@ -96,7 +96,7 @@ You can run the on-premise backend on your laptop or in a test system. For simpl
9696

9797
```shell script
9898
export NS={your-namespace}
99-
# only required once to enable istio sidecar. Ignore if done already
99+
# only required once to enable Istio sidecar. Ignore if done already
100100
kubectl label namespaces $NS istio-injection=enabled
101101
```
102102

@@ -124,7 +124,7 @@ You can run the on-premise backend on your laptop or in a test system. For simpl
124124
```shell script
125125
kubectl -n $NS apply -f app-router/k8s/connectivity-proxy-info.yaml
126126
```
127-
7. Create the configuration required for application router.
127+
7. Create the configuration required for the application router.
128128

129129
```shell script
130130
kubectl -n $NS apply -f app-router/k8s/config.yaml
@@ -136,7 +136,7 @@ You can run the on-premise backend on your laptop or in a test system. For simpl
136136
kubectl -n $NS apply -f app-router/k8s/deployment.yaml
137137
```
138138

139-
9. Expose it over the internet using API Rule.
139+
9. Expose it over the internet using the APIRule resource.
140140

141141
```shell script
142142
kubectl -n $NS apply -f app-router/k8s/api-rule.yaml

0 commit comments

Comments
 (0)