Commit Graph

54572 Commits

Author SHA1 Message Date
Ben Lambert 08f2fd498c Merge pull request #24865 from marcpalm/patch-1
fix: remove async imports
2024-05-24 15:33:37 +02:00
blam c00f7ee0f2 chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2024-05-24 15:13:48 +02:00
Fredrik Adelöw 024b530575 Merge pull request #24873 from backstage/freben/cache-test
backend-test-utils: add cache testing utilities
2024-05-23 15:51:00 +02:00
Fredrik Adelöw 3b28632af0 Merge pull request #24848 from backstage/freben/defaults-continued
continued move of core services to backend-defaults
2024-05-23 15:50:40 +02:00
Fredrik Adelöw 917b3ed7fd Merge pull request #24874 from backstage/freben/singular-jwks
update the jwks external auth to use singular nouns
2024-05-23 15:50:16 +02:00
Fredrik Adelöw 0568ac6020 Merge pull request #24702 from backstage/freben/service-token-scopes
Implement the access restrictions feature of external access service tokens
2024-05-23 15:49:50 +02:00
Fredrik Adelöw a9791bcec0 fix for new config shape too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-23 14:45:58 +02:00
Fredrik Adelöw a513fabc63 Merge pull request #24871 from backstage/freben/proxy-msw2
port proxy tests to msw2 to try to get rid of spurious CI errors
2024-05-23 11:49:11 +02:00
Fredrik Adelöw fdcaf5d938 move to startTestBackend
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-23 11:37:47 +02:00
Fredrik Adelöw 539b1382af improve the config test too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-23 09:56:49 +02:00
Ben Lambert 5b958682f8 Merge pull request #24518 from Zaperex/add-additional-scaffolder-permissions
Add additional scaffolder permissions
2024-05-23 09:25:02 +02:00
Fredrik Adelöw 805cbe7970 add cache testing utilities
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-23 09:10:44 +02:00
Fredrik Adelöw c2ea75f473 update the jwks external auth to use singular nouns
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-22 16:45:29 +02:00
Fredrik Adelöw 0639b07aa1 refactor the client a bit
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-22 16:14:52 +02:00
Fredrik Adelöw 17be3e6962 one token manager per plugin
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-22 16:14:51 +02:00
Fredrik Adelöw 5b794408e3 Merge pull request #24872 from awanlin/topic/task-schedule-definition-deprecation-correction
Task Schedule Definition Config Deprecation Correction
2024-05-22 16:14:49 +02:00
Fredrik Adelöw b155d854bc skip the plugin id for permissions client
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-22 16:14:26 +02:00
Fredrik Adelöw 9e63318311 Implement the scope feature of external access service tokens, as per BEP-0007
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-22 16:14:24 +02:00
Andre Wanlin ed473cd98c Added changeset
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-05-22 08:56:41 -05:00
Andre Wanlin 4728a59c3d Task Schedule Definition Deprecation Correction
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-05-22 08:54:24 -05:00
Fredrik Adelöw 02103becc6 move over cache and database services
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-22 15:28:50 +02:00
Fredrik Adelöw 8ed28ffcdf Merge pull request #24681 from ryan-hanchett/feat/add-jwks-access-type-1
feat: add jwks access type to external token handler
2024-05-22 15:28:27 +02:00
Fredrik Adelöw e187e99b47 port proxy tests to msw2 to try to get rid of spurious build errors
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-05-22 15:21:24 +02:00
Marek Libra 484d11f469 Merge pull request #24731 from ydayagi/flpath1289
feat: add notifications filtering by processors
2024-05-22 12:50:53 +02:00
Vincenzo Scamporlino 5bacbf6c3b Merge pull request #24229 from Parsifal-M/docs/update-permissions-docs
[NBS Docs] Updating getting-started permissions docs to new backend!
2024-05-22 12:45:18 +02:00
Vincenzo Scamporlino a4b2ac9174 Merge pull request #24862 from elaine-mattos/fix/org-config-key-handling
Bugfix: handle missing orgEnabled config key gracefully
2024-05-22 12:43:27 +02:00
Ben Lambert 81a6837f46 Merge pull request #24859 from autodesk-forks/adsk-mukul/fix-typo-review-step
Fix a typo in review step label
2024-05-22 12:27:27 +02:00
Vincenzo Scamporlino bca953dbb6 Update .changeset/nine-hairs-kick.md
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-05-22 11:17:05 +02:00
Marc Palm 111f7cf05d fix: prettier
Signed-off-by: Marc Palm <info@marcpalm.com>
2024-05-22 10:57:57 +02:00
Marc Palm 4ad64d160a fix: remove async imports
https://github.com/backstage/backstage/issues/24864

Signed-off-by: Marc Palm <17670840+marcpalm@users.noreply.github.com>
Signed-off-by: Marc Palm <info@marcpalm.com>
2024-05-22 10:57:57 +02:00
ElaineDeMattosSilvaB 150fc77dda chore: add changeset
Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
2024-05-22 10:18:00 +02:00
ElaineDeMattosSilvaB a7810510fc fix: handle missing orgEnabled config key gracefully by logging and returning early. Fixes #24857
Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
2024-05-22 10:13:30 +02:00
Mukul Ambulgekar 928cfa0b6c Updated changeset
Signed-off-by: Mukul Ambulgekar <mukul.ambulgekar@autodesk.com>
2024-05-21 12:59:39 -07:00
Mukul Ambulgekar 245883038b Fix Typo in ReviewStep Label
Signed-off-by: Mukul Ambulgekar <mukul.ambulgekar@autodesk.com>
2024-05-21 12:59:39 -07:00
Patrik Oldsberg 85d9346ef1 Merge pull request #24768 from backstage/changeset-release/master
Version Packages (next)
2024-05-21 20:14:45 +02:00
Ryan Hanchett 28be70312a Merge branch 'backstage:master' into feat/add-jwks-access-type-1 2024-05-21 10:24:04 -07:00
Peter Macdonald edafab4f3e keeps old docs and creates new docs with --new
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com>
2024-05-21 19:21:14 +02:00
Ryan Hanchett 922bdddcfa fix: add missing config values to config.d.ts
Signed-off-by: Ryan Hanchett <ryan.hanchett@invitae.com>
2024-05-21 10:05:25 -07:00
Ryan Hanchett 276da6543d fix: create JWKS as part of adding handler instead of in verification step
Signed-off-by: Ryan Hanchett <ryan.hanchett@invitae.com>
2024-05-21 09:54:45 -07:00
Frank Kong a1218fc171 chore: address review comments for docs
Signed-off-by: Frank Kong <frkong@redhat.com>
2024-05-21 11:28:13 -04:00
github-actions[bot] cce04957e9 Version Packages (next) 2024-05-21 14:41:46 +00:00
Patrik Oldsberg 41b942f6dd Merge pull request #24804 from backstage/camilaibs/nbs10-deprecate-legacy-system-commons
[NBS 1.0] deprecate legacy logger helpers
2024-05-21 16:36:33 +02:00
Frank Kong 3d71ade01e Update docs/features/software-templates/authorizing-scaffolder-tasks-parameters-steps-and-actions.md
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Frank Kong <50030060+Zaperex@users.noreply.github.com>
2024-05-21 10:14:53 -04:00
Patrik Oldsberg 86bcb9388d Merge pull request #24847 from backstage/blam/events
catalog: support events service in new backend system
2024-05-21 15:57:34 +02:00
blam 9ff15a2b4a chore: update api -reports
Signed-off-by: blam <ben@blam.sh>
2024-05-21 15:20:49 +02:00
Patrik Oldsberg c018a79584 Merge pull request #24850 from backstage/blam/pre-next
chore: enter pre
2024-05-21 15:14:09 +02:00
Camila Belo 737f3ae5ef Merge branch 'master' into camilaibs/nbs10-deprecate-legacy-system-commons
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-05-21 15:12:02 +02:00
Camila Belo c470496a20 Merge pull request #24757 from backstage/camilaibs/nbs10-extract-service-types-and-helpers
[NBS 1.0] Extract service helpers and types to plugin api
2024-05-21 15:05:17 +02:00
blam be05a87507 chore: enter pre
Signed-off-by: blam <ben@blam.sh>
2024-05-21 15:02:21 +02:00
Frank Kong a112bb59ea Update plugins/scaffolder-backend/src/util/checkPermissions.ts
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Signed-off-by: Frank Kong <50030060+Zaperex@users.noreply.github.com>
2024-05-21 08:50:05 -04:00