2024-01-18 19:09:09 +03:00
|
|
|
---
|
|
|
|
apiVersion: backstage.io/v1alpha1
|
|
|
|
kind: Component
|
|
|
|
metadata:
|
|
|
|
name: fxa-settings
|
|
|
|
description: React Settings and Account front-end for Mozilla Accounts.
|
|
|
|
annotations:
|
|
|
|
sentry.io/project-slug: mozilla/fxa-content
|
|
|
|
circleci.com/project-slug: github/mozilla/fxa
|
|
|
|
tags:
|
|
|
|
- typescript
|
|
|
|
- node
|
|
|
|
- react
|
|
|
|
links:
|
|
|
|
- url: https://accounts.firefox.com/settings
|
|
|
|
title: Production Settings Page for Mozilla Accounts
|
|
|
|
type: website
|
|
|
|
- url: https://accounts.stage.mozaws.net/settings
|
|
|
|
title: Stage Settings Page for Mozilla Accounts
|
|
|
|
type: website
|
|
|
|
spec:
|
|
|
|
type: website
|
|
|
|
lifecycle: production
|
2024-01-25 19:53:42 +03:00
|
|
|
owner: fxa-devs
|
2024-01-18 19:09:09 +03:00
|
|
|
system: mozilla-accounts
|
|
|
|
dependsOn:
|
2024-01-26 19:41:53 +03:00
|
|
|
- component:fxa-auth-server
|
2024-01-25 04:50:08 +03:00
|
|
|
- component:fxa-profile-server
|
|
|
|
- component:fxa-graphl-api
|
2024-01-25 19:53:42 +03:00
|
|
|
consumesApis:
|
|
|
|
- api:fxa-auth
|
2024-01-26 19:41:53 +03:00
|
|
|
- api:fxa-graphql
|