feat: make authn-app compliant with OEP-55 (#695)

This commit is contained in:
Attiya Ishaque
2022-12-12 19:36:56 +05:00
committed by GitHub
parent 8549bf2fcf
commit 5af93a57c7

20
catalog-info.yaml Normal file
View File

@@ -0,0 +1,20 @@
# This file records information about this repo. Its use is described in OEP-55:
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: 'Authentication Frontend'
description: "Micro-frontend for authentication service. It contains views for login, registration and password reset functionality."
links:
- url: 'https://github.com/openedx/frontend-app-authn/blob/master/README.rst'
title: 'Documentation'
icon: 'Article'
annotations:
openedx.org/arch-interest-groups: ""
spec:
owner: group:vanguards
type: 'service'
lifecycle: 'production'
dependsOn:
- 'lms'