forked from openedx-unsupported/registrar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
22 lines (19 loc) · 928 Bytes
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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:
# (Required) Must be the name of the repo, without the owning organization.
name: 'registrar'
description: >
The Registrar service allows external organizations to
integrate with Open edX programs, providing REST APIs involving
program structure, enrollment, and grading."
spec:
# If you need a new team created, create an issue with Axim engineering:
# https://github.com/openedx/axim-engineering/issues/new/choose
owner: group:2u-cosmonauts
# (Required) Acceptable Type Values: service, website, library
type: 'service'
# (Required) Acceptable Lifecycle Values: experimental, production, deprecated
lifecycle: 'production'