Merge pull request #17785 from awanlin/topic/removed-database-required-for-badges

Removed database required for Badges createRouter
This commit is contained in:
Fredrik Adelöw
2023-05-16 11:03:03 +02:00
committed by GitHub
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ Fixing badges-backend plugin to get a token from the TokenManager instead of par
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
+2 -2
View File
@@ -32,7 +32,7 @@
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
### Patch Changes
@@ -335,7 +335,7 @@
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
- Updated dependencies
- @backstage/theme@0.3.0-next.0
+1 -1
View File
@@ -8,7 +8,7 @@
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
### Patch Changes
+1 -1
View File
@@ -8,7 +8,7 @@
Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options.
**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options.
- Updated dependencies
- @backstage/theme@0.3.0-next.0