Skip to content

Commit 007b76b

Browse files
committed
Update the principal propagation sample
1 parent feb45be commit 007b76b

41 files changed

Lines changed: 164 additions & 154 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 on premise](./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
File renamed without changes.

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.
File renamed without changes.

0 commit comments

Comments
 (0)