chore: Update dependency @backstage/plugin-auth-backend to v0.24.1 #95
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.22.9
->0.24.1
Release Notes
backstage/backstage (@backstage/plugin-auth-backend)
v0.24.1
Compare Source
Patch Changes
c907440
: Improved error forwarding for OAuth refresh endpoints40518ab
: Fix issue withjwks
endpoint returning invalid data withfirestore
5c9cc05
: Use native fetch instead of node-fetchv0.24.0
Compare Source
Minor Changes
75168e3
: BREAKING: The AWS ALBfullProfile
will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.Patch Changes
d52d7f9
: Support ISO and ms string forms of durations in config too4e58bc7
: Upgrade to uuid v11 internallyv0.23.1
Compare Source
Patch Changes
094eaa3
: Remove references to in-repo backend-commonv0.23.0
Compare Source
Minor Changes
d425fc4
: BREAKING: The return values fromcreateBackendPlugin
,createBackendModule
, andcreateServiceFactory
are now simplyBackendFeature
andServiceFactory
, instead of the previously deprecated form of a function that returns them. For this reason,createServiceFactory
also no longer accepts the callback form where you provide direct options to the service. This also affects allcoreServices.*
service refs.This may in particular affect tests; if you were effectively doing
createBackendModule({...})()
(note the parentheses), you can now remove those extra parentheses at the end. You may encounter cases of this in yourpackages/backend/src/index.ts
too, where you add plugins, modules, and services. If you were usingcreateServiceFactory
with a function as its argument for the purpose of passing in options, this pattern has been deprecated for a while and is no longer supported. You may want to explore the new multiton patterns to achieve your goals, or moving settings to app-config.As part of this change, the
IdentityFactoryOptions
type was removed, and can no longer be used to tweak that service. The identity service was also deprecated some time ago, and you will want to migrate to the new auth system if you still rely on it.Patch Changes
527d973
: Migrated theBitbucket Server
auth provider to be implemented using the new@backstage/plugin-auth-backend-module-bitbucket-server-provider
module.d908d8c
: Migrated theAuth0
auth provider to be implemented using the new@backstage/plugin-auth-backend-module-auth0-provider
module.19ff127
: Internal refactor to remove dependencies on the identity and token manager services, which have been removed. Public APIs no longer require the identity service or token manager to be provided.3c2d690
: Allow users without defined email to be ingested by themsgraph
catalog plugin and adduserIdMatchingUserEntityAnnotation
sign-in resolver for the Microsoft auth provider to support sign-in for users without defined email.92118cd
: Updated dependency@node-saml/passport-saml
to^5.0.0
.c2b63ab
: Updated dependencysupertest
to^7.0.0
.v0.22.12
Compare Source
v0.22.11
Compare Source
v0.22.10
Compare Source
Patch Changes
93095ee
: Make sure node-fetch is version 2.7.0 or greatercc9a7a5
: DeprecatedcreateRouter
and its router options in favour of the new backend system.Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.