Skip to content

Commit 69aa695

Browse files
authored
Merge pull request #571 from mmitoraj/prio
Update the principal propagation sample
2 parents 1e9c566 + 84a5d13 commit 69aa695

46 files changed

Lines changed: 171 additions & 160 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ Running various samples requires access to the Kyma runtime. There are also othe
9797

9898
| Name | Description | References |
9999
|-------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
100-
| [Connectivity: Accessing a Workload in SAP BTP, Kyma Runtime From the Corporate Network](./on-prem-to-cloud/README.md) | This sample shows how to access a workload in Kyma from the corporate network using SAP BTP, Connectivity. | |
100+
| [Connectivity: Accessing a Workload in SAP BTP, Kyma Runtime From the Corporate Network](./on-premise-to-kyma/README.md) | This sample shows how to access a workload in Kyma from the corporate network using SAP BTP, Connectivity. | |
101101
| [Redis and Kyma Functions](./redis-function/README.md) | This sample provides a Redis deployment and two serverless functions that interact with it | [Tutorial](https://developers.sap.com/tutorials/cp-kyma-redis-function.html) |
102102
| [Cloud Integration Multi-cloud](./pi-scenario/README.md) | This sample details how to bi-directionally connect SAP Process Integration and Kyma | - |
103103
| [Cloud Integration Neo](./pi-scenario/README-neo.md) | This sample details how to bi-directionally connect SAP Process Integration and Kyma in NEO | - |
104104
| [gRPC Python](./grpc-python/README.md) | This sample demonstrates gRPC connectivity | - |
105105
| [Next.js app with Kyma eventing & Go backend connected to SAP HANA Cloud database](./nextjs-app-with-kyma-eventing/README.md) | This sample provides a tutorial for a conference registration app using Next.js | [Post](https://blogs.sap.com/2022/02/24/going-jamstack-with-kyma-runtime-building-a-high-performance-web-app/) |
106106
| [Data Backup and Restore](./data-backup-and-restore/README.md) | This sample demonstrates performing a backup and restore for a stateful application where data is stored using Persistence Volume Claim. | - |
107-
| [HandsOn DSAG Technology Days 2022](./dsagtt22/) | This sample gives a walk-through setting up a scenario combining on prem systems with Kyma Functions and the Event Mesh | - |
108-
| [Query LDAP Users on on-premise](./sample-ldap/README.md) | This sample queries the LDAP users from an on premise LDAP Server via SAP Connectivity proxy | - |
107+
| [HandsOn DSAG Technology Days 2022](./dsagtt22/) | This sample gives a walk-through setting up a scenario combining on-premise systems with Kyma Functions and the Event Mesh | - |
108+
| [Query LDAP Users on on-premise](./sample-ldap/README.md) | This sample queries the LDAP users from an on-premise LDAP Server via SAP Connectivity proxy | - |
109109
| [Deploy Highly Available Workloads](./multi-zone-ha-deployment/README.md) | This sample demonstrates deploying highly available workloads in Kyma runtime | - |
110110
| [Power of serverless with SAP BTP, Kyma runtime.](./kyma-serverless/README.md) | This sample demonstrates how to leverage latest features of kyma functions with SAP HANA Cloud and SAP libraries | [Post](https://blogs.sap.com/2023/02/06/power-of-serverless-with-sap-btp-kyma-runtime.-secrets-mounted-as-volumes./) |
111111
| [Using the on-premise Docker registry with Kyma runtime](./on-premise-docker-registry/README.md) | This sample demonstrates how to pull images from the on-premise Docker registry for applications deployed on Kyma runtime | - |
@@ -120,7 +120,7 @@ Running various samples requires access to the Kyma runtime. There are also othe
120120
| [Sample to extend SAP Cloud for Customer with user propagation via XSUAA](./user-propagation-via-xsuaa/README.md) | This sample demonstrates how a user propagation flow can be achieved when extending SAP Cloud for Customer(C4C) via XSUAA | - |
121121
| [App Reverse Proxy with OIDC Authentication Middleware](./app-auth-proxy/README.md) | This sample provides a reverse proxy feature which dispatches requests to other microservice running in Kyma | - |
122122
| [Standalone approuter on SAP BTP, Kyma runtime](./standalone-approuter/README.md) | This Sample demonstrates deploying a standalone app router on Kyma runtime and use it to securely expose microservices and functions | - |
123-
| [Principal Propagation to on premise](./principal-prop-on-prem/README.md) | This sample provides details on how a principal propagation flow can be achieved when extending an on-prem system using SAP BTP, Kyma runtime | - |
123+
| [Principal Propagation to an On-Premise System](./principal-prop-on-premise/README.md) | This sample provides details on how a principal propagation flow can be achieved when extending an on-premise system using SAP BTP, Kyma runtime | - |
124124
| [Configure Auth0 as IDP for Kyma access](./kyma-access-auth0-as-idp/) | This sample provide details on how Auth0 can be configured as an Identity Provider for accessing Kyma runtime | - |
125125

126126
## Updates on SAP BTP, Kyma runtime based on Open Source Kyma 2.0
@@ -131,7 +131,7 @@ An overview blog post about updates on SAP BTP, Kyma runtime based on Open Sourc
131131
| ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
132132
| [In-Cluster Events](./in-cluster-events/README.md) | Sample that walks you through how to set up and test the in-cluster eventing | [Post](https://blogs.sap.com/2022/02/24/eventing-whats-new-in-kyma-2.0/) |
133133
| [Installing a custom component](./custom-component-dapr/README.md) | Sample that installs and uses [Dapr](https://dapr.io/) as Custom Component on Kyma | - |
134-
| [Extending on-premise systems via Kyma runtime](./connectivity-proxy/README.md) | Sample that walks you through how to connect an on premise system | [Post](https://blogs.sap.com/2022/02/24/extending-on-premise-systems-via-kyma-runtime/) |
134+
| [Extending on-premise systems via Kyma runtime](./from-kyma-to-on-premise/README.md) | Sample that walks you through how to connect an on premise system | [Post](https://blogs.sap.com/2022/02/24/extending-on-premise-systems-via-kyma-runtime/) |
135135
| [Hands-on for DSAG Technlology Days 2022](./dsagtt22/README.md) | Hands-on which combines an event-based setup with on-premise connectivity | |
136136

137137
## Helm Charts
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ The provided sample Function calls the on-premise sample application by proxying
139139
140140
## Related Information
141141
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).

connectivity-proxy/assets/cloud-to-on-prem.drawio.svg renamed to from-kyma-to-on-premise/assets/cloud-to-on-prem.drawio.svg

File renamed without changes.

connectivity-proxy/k8s/connectivity-proxy-instance.yaml renamed to from-kyma-to-on-premise/k8s/connectivity-proxy-instance.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.

from-zero-to-cap-on-kyma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The sample uses [Helm charts](https://helm.sh/) to define the required configura
161161
- [bookshop/chart/Chart.yaml](bookshop/chart/Chart.yaml) contains the details about the chart and all its dependencies.<!-- markdown-link-check-disable-line -->
162162
- [bookshop/chart/values.yaml](bookshop/chart/values.yaml) <!-- markdown-link-check-disable-line --> contains all the details to configure the chart deployment. You will notice that it has sections for `hana deployer`, `cap application` as well as required `service instances` and `service bindings.`
163163

164-
2. Add Istio Destination Rule for the Application Router. Please check the [Approuter documentation](https://www.npmjs.com/package/@sap/approuter) for details about the `PLATFORM_COOKIE_NAME` configuration.
164+
2. Add Istio Destination Rule for the Application Router. Please check the [Approuter documentation](https://www.npmjs.com/package/@sap/approuter) for details about the `PLATFORM_COOKIE_NAME` configuration. <!-- markdown-link-check-disable-line -->
165165

166166
```shell
167167
make add-istio-destination-rule

0 commit comments

Comments
 (0)