зеркало из https://github.com/mozilla/fxa.git
27 строки
599 B
YAML
27 строки
599 B
YAML
---
|
|
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: fxa-admin-server
|
|
description: Admin Server back-end for Mozilla Accounts
|
|
tags:
|
|
- typescript
|
|
- node
|
|
- nestjs
|
|
- graphql
|
|
annotations:
|
|
sentry.io/project-slug: mozilla/fxa-admin-panel
|
|
circleci.com/project-slug: github/mozilla/fxa
|
|
spec:
|
|
type: service
|
|
lifecycle: production
|
|
owner: fxa-devs
|
|
system: mozilla-accounts
|
|
providesApis:
|
|
- api:fxa-admin
|
|
dependsOn:
|
|
- resource:fxa-auth-database
|
|
- resource:fxa-oauth-database
|
|
- resource:fxa-stripe-database
|
|
- resource:fxa-auth-cache
|