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

Auto generate Backstage templates for objects that have OpenAPI schemas defined. #3807

Open
gusevda opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels

Comments

@gusevda
Copy link

gusevda commented Dec 18, 2024

In Backstage, we aim to provide templates that enable users to create objects such as Kratix resource requests or Crossplane claims. Currently, creation of this templates is manual process, and we want to automate it to some extent. While creating a template that offers a good user experience will still need input from a developer, generating the initial building blocks can greatly simplify the process.

For both, Kratix Promises and Crossplane CompositeResourceDefinitions, there are open api schemas available, that can be used to pre generate templates. For example:
https://github.com/giantswarm/crossplane-gs-apis/blob/c519259aad164f2f768cebe931d42c67919f933a/apis/xcomposite/xcomposite.crossplane.giantswarm.io_rccwithregionlookups.yaml#L29

https://github.com/giantswarm/dev-platform-kratix-promises/blob/main/github-app-promise/promise.yaml#L33

@gusevda gusevda added this to Roadmap Dec 18, 2024
@gusevda gusevda converted this from a draft issue Dec 18, 2024
@gusevda gusevda self-assigned this Dec 18, 2024
@architectbot architectbot added the team/honeybadger Team Honey Badger label Dec 18, 2024
@gusevda gusevda changed the title Generate Backstage templates for Crossplane claims Auto generate Backstage templates for objects that have OpenAPI schema defined. Dec 18, 2024
@gusevda gusevda changed the title Auto generate Backstage templates for objects that have OpenAPI schema defined. Auto generate Backstage templates for objects that have OpenAPI schemas defined. Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress ⛏️
Development

No branches or pull requests

2 participants