Skip to content

Commit

Permalink
Changeset
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Hansen <[email protected]>
  • Loading branch information
timbonicus committed Mar 16, 2021
1 parent 274e92d commit 0283392
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .changeset/short-olives-mate.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 0283392

Please sign in to comment.