backend-defaults: instantiate publicKeyStoreService
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -25,6 +25,7 @@ export * from './identity';
|
||||
export * from './lifecycle';
|
||||
export * from './logger';
|
||||
export * from './permissions';
|
||||
export * from './publicKeyStore';
|
||||
export * from './rootHttpRouter';
|
||||
export * from './rootLifecycle';
|
||||
export * from './rootLogger';
|
||||
|
||||
@@ -13,3 +13,5 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export { publicKeyStoreServiceFactory } from './publicKeyStoreServiceFactory';
|
||||
|
||||
@@ -35,6 +35,7 @@ import {
|
||||
authServiceFactory,
|
||||
httpAuthServiceFactory,
|
||||
userInfoServiceFactory,
|
||||
publicKeyStoreServiceFactory,
|
||||
} from '@backstage/backend-app-api';
|
||||
|
||||
export const defaultServiceFactories = [
|
||||
@@ -49,6 +50,7 @@ export const defaultServiceFactories = [
|
||||
lifecycleServiceFactory(),
|
||||
loggerServiceFactory(),
|
||||
permissionsServiceFactory(),
|
||||
publicKeyStoreServiceFactory(),
|
||||
rootHttpRouterServiceFactory(),
|
||||
rootLifecycleServiceFactory(),
|
||||
rootLoggerServiceFactory(),
|
||||
|
||||
Reference in New Issue
Block a user