
backstage wanted me the explicitly example.com to look up the api specification. Since this is just a dummy example, I generated an api spec myself and put it here
11 lines
253 B
YAML
11 lines
253 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: ApiGatewayDefinition
|
|
metadata:
|
|
name: example-api-gateway
|
|
description: An example API gateway definition
|
|
spec:
|
|
type: openapi
|
|
lifecycle: production
|
|
owner: team-api
|
|
definition:
|
|
$text: ./api-spec.yaml
|