From 0283392104dc64bf32fe29aea18f1074777abe37 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Tue, 16 Mar 2021 09:22:46 -0600 Subject: [PATCH] Changeset Signed-off-by: Tim Hansen --- .changeset/short-olives-mate.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .changeset/short-olives-mate.md diff --git a/.changeset/short-olives-mate.md b/.changeset/short-olives-mate.md new file mode 100644 index 0000000000..63bd677321 --- /dev/null +++ b/.changeset/short-olives-mate.md @@ -0,0 +1,22 @@ +--- +'@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`: + +```diff + - 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 +```