diff --git a/.changeset/fair-onions-rule.md b/.changeset/fair-onions-rule.md new file mode 100644 index 0000000000..8d082b1823 --- /dev/null +++ b/.changeset/fair-onions-rule.md @@ -0,0 +1,5 @@ +--- +'@backstage/cli': patch +--- + +Fix the bundle public subpath configuration. diff --git a/.changeset/fifty-cameras-shake.md b/.changeset/fifty-cameras-shake.md new file mode 100644 index 0000000000..49515502a3 --- /dev/null +++ b/.changeset/fifty-cameras-shake.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-react': patch +--- + +Update the default cookie base path and create a experimental redirect to root and protected app components, the components should be used only when the public entry is enabled. diff --git a/.changeset/forty-elephants-count.md b/.changeset/forty-elephants-count.md new file mode 100644 index 0000000000..d78f27f9eb --- /dev/null +++ b/.changeset/forty-elephants-count.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs-backend': patch +--- + +Use the default cookie endpoints added automatically when a cookie policy is set. diff --git a/.changeset/large-hotels-accept.md b/.changeset/large-hotels-accept.md new file mode 100644 index 0000000000..acfac82355 --- /dev/null +++ b/.changeset/large-hotels-accept.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-auth-node': patch +--- + +Create an auth cookie middleware utility to be used by plugins setting a `user-cookie` policy. The middleware adds well known endpoints to issue and delete user cookies. diff --git a/.changeset/nine-rabbits-exist.md b/.changeset/nine-rabbits-exist.md new file mode 100644 index 0000000000..9d14a9f417 --- /dev/null +++ b/.changeset/nine-rabbits-exist.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-app-api': patch +--- + +Clear the app auth cookie when the when the user sign out. diff --git a/.changeset/old-parents-try.md b/.changeset/old-parents-try.md new file mode 100644 index 0000000000..866cdaee21 --- /dev/null +++ b/.changeset/old-parents-try.md @@ -0,0 +1,7 @@ +--- +'@backstage/backend-plugin-api': patch +'@backstage/backend-test-utils': patch +'@backstage/backend-common': patch +--- + +Add a `removeUserCookie` to the http auth service interface. diff --git a/.changeset/smooth-squids-design.md b/.changeset/smooth-squids-design.md new file mode 100644 index 0000000000..290cd9b078 --- /dev/null +++ b/.changeset/smooth-squids-design.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-app-backend': patch +--- + +Track assets namespace in the cache store, implement a cookie authentication for when the public entry is enabled and used with the new auth services. diff --git a/.changeset/wet-swans-type.md b/.changeset/wet-swans-type.md new file mode 100644 index 0000000000..72499c26c8 --- /dev/null +++ b/.changeset/wet-swans-type.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-app-api': patch +--- + +Automatically creates a get and delete cookie endpoint when a `user-cookie` policy is added.