Files
backstage/.changeset/short-olives-mate.md
T
Tim Hansen 0283392104 Changeset
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-03-16 09:22:46 -06:00

752 B

@backstage/create-app
@backstage/create-app
patch

Adds example groups and users to the default app template.

To apply this change in an existing application, change the following in app-config.yaml:

     - type: url
       target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/all-apis.yaml

+    # Backstage example organization groups
+    - type: url
+      target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/acme/org.yaml
+      rules:
+        - allow: [Group, User]
+
     # Backstage example templates
     - type: url
       target: https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend/sample-templates/react-ssr-template/template.yaml