Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENTARC-24] Setup IDP features #774

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ps_mbo
title: MBO Module
description: "Load CDC in given pages on BO. Handle module actions."
annotations:
sentry.io/project-slug: mbo-module
github.com/project-slug: PrestaShopCorp/ps_mbo
backstage.io/techdocs-ref: dir:.
spec:
type: module
owner: squad-mbo-journey
tech_lead: Vincent Garcia
pm: Samuel Boucher
lifecycle: production
system: mbo
providesApis:
- ps_mbo-api
consumesApis:
- disneystore-api
- accounts-api
dependsOn:
- component:mbo-ui
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: ps_mbo-api
title: PS MBO Module API
description: " "
annotations:
sentry.io/project-slug: mbo-module
github.com/project-slug: PrestaShopCorp/ps_mbo
spec:
type: openapi
tech_lead: Vincent Garcia
pm: Samuel Boucher
owner: squad-mbo-journey
lifecycle: production
system: mbo
definition: " "
---
Loading