Skip to content

Commit

Permalink
add domain to allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
nabuskey committed Oct 16, 2023
1 parent 13673a5 commit af5b439
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkg/apps/srv/backstage/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,13 @@ data:
entityFilename: catalog-info.yaml
pullRequestBranchName: backstage-integration
rules:
- allow: [Component, System, API, Resource, Location, Template]
- allow:
- Component
- API
- Resource
- System
- Domain
- Location
locations: []
kubernetes:
serviceLocatorMethod:
Expand Down

0 comments on commit af5b439

Please sign in to comment.