From 99790dbf90fd9454adbe1caf608905c78f3664c8 Mon Sep 17 00:00:00 2001 From: Yannik Daellenbach Date: Tue, 15 Jul 2025 12:01:11 +0200 Subject: [PATCH] Add changeset for the addition of the OpenShift auth provider to app Signed-off-by: Yannik Daellenbach --- .changeset/kind-eyes-worry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/kind-eyes-worry.md diff --git a/.changeset/kind-eyes-worry.md b/.changeset/kind-eyes-worry.md new file mode 100644 index 0000000000..5568a00e28 --- /dev/null +++ b/.changeset/kind-eyes-worry.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-app': minor +--- + +Add implementation of OpenShift authentication provider.