From b2774e345eb3857399e9819e072b55ed56f6056a Mon Sep 17 00:00:00 2001 From: f-blass <42929142+f-blass@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:01:26 +0100 Subject: [PATCH 1/2] Add deprecation notice and migration instructions Added deprecation warning and guidance for users. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 295c9c8..0afda1b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# ⚠️ Deprecation warning ⚠️ + +This repository is deprecated. + +- For the base policy upload please use [the dedicated policies deployer](https://sap.github.io/cloud-identity-developer-guide/Authorization/DeployDCL.html) going foward +- As a policy decision engine please upgrade to [our latest official client libraries](https://sap.github.io/cloud-identity-developer-guide/Libraries/java/spring-ams/spring-ams.html) which have in-memory evaluations and no longer need the sidecar provided by this buildpack +- To get support please use [our official support channels](https://sap.github.io/cloud-identity-developer-guide/Support.html) + # Buildpack User Documentation [![REUSE status](https://api.reuse.software/badge/github.com/SAP/cloud-authorization-buildpack)](https://api.reuse.software/info/github.com/SAP/cloud-authorization-buildpack) From cf3fa19e743b8dea947e6383c2dad2f81f4f430c Mon Sep 17 00:00:00 2001 From: f-blass <42929142+f-blass@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:14:27 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Manuel Fink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0afda1b..43dd367 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository is deprecated. - For the base policy upload please use [the dedicated policies deployer](https://sap.github.io/cloud-identity-developer-guide/Authorization/DeployDCL.html) going foward -- As a policy decision engine please upgrade to [our latest official client libraries](https://sap.github.io/cloud-identity-developer-guide/Libraries/java/spring-ams/spring-ams.html) which have in-memory evaluations and no longer need the sidecar provided by this buildpack +- As a policy decision engine please upgrade to [our latest official client libraries](https://sap.github.io/cloud-identity-developer-guide/Authorization/GettingStarted.html#dependency-setup) which have in-memory evaluations and no longer need the sidecar provided by this buildpack - To get support please use [our official support channels](https://sap.github.io/cloud-identity-developer-guide/Support.html) # Buildpack User Documentation