From 5af93a57c7e96351fc09d4c2c1e5ad0a025486b6 Mon Sep 17 00:00:00 2001 From: Attiya Ishaque Date: Mon, 12 Dec 2022 19:36:56 +0500 Subject: [PATCH] feat: make authn-app compliant with OEP-55 (#695) --- catalog-info.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..5089bbef --- /dev/null +++ b/catalog-info.yaml @@ -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'