From 7aaa947c7a93595b7cca8a67db1e0b9d73a705b7 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Mon, 6 Apr 2026 19:12:57 +0200 Subject: [PATCH 1/2] chore: fix Signed-off-by: benjdlambert Signed-off-by: benjdlambert --- .patches/33092.txt | 1 + .patches/33740.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 .patches/33092.txt create mode 100644 .patches/33740.txt diff --git a/.patches/33092.txt b/.patches/33092.txt new file mode 100644 index 0000000000..a06fa54cc2 --- /dev/null +++ b/.patches/33092.txt @@ -0,0 +1 @@ +Fix OAuth 2.0 Protected Resource Metadata endpoint returning wrong URL diff --git a/.patches/33740.txt b/.patches/33740.txt new file mode 100644 index 0000000000..d1ab17f9e9 --- /dev/null +++ b/.patches/33740.txt @@ -0,0 +1 @@ +Fix issue with missing permissions on the `/.well-known` endpoint for the scaffolder plugin From f289cd4e747d8f7d97d55cdd79af155077401f54 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Mon, 6 Apr 2026 19:20:24 +0200 Subject: [PATCH 2/2] chore: woops naming Signed-off-by: benjdlambert --- .patches/{33092.txt => pr-33092.txt} | 0 .patches/{33740.txt => pr-33740.txt} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .patches/{33092.txt => pr-33092.txt} (100%) rename .patches/{33740.txt => pr-33740.txt} (100%) diff --git a/.patches/33092.txt b/.patches/pr-33092.txt similarity index 100% rename from .patches/33092.txt rename to .patches/pr-33092.txt diff --git a/.patches/33740.txt b/.patches/pr-33740.txt similarity index 100% rename from .patches/33740.txt rename to .patches/pr-33740.txt