-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp-config.yaml
65 lines (54 loc) · 1.21 KB
/
app-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# app-config.yaml
app:
title: Scaffolded Backstage App
baseUrl: http://localhost:3000
organization:
name: My Company
backend:
baseUrl: http://localhost:7007
listen:
port: 7007
cors:
origin: http://localhost:3000
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]
credentials: true
proxy:
'/openfga':
target: 'http://localhost:8080'
changeOrigin: true
allowedMethods: ['GET', 'POST', 'PUT', 'DELETE']
pathRewrite:
'^/openfga': ''
integrations:
github:
- host: github.com
token: ${GITHUB_TOKEN}
techdocs:
builder: 'local'
generator:
runIn: 'docker'
publisher:
type: 'local'
auth:
providers:
guest: {}
scaffolder:
locations:
- type: file
target: ../../examples/entities.yaml
catalog:
import:
entityFilename: catalog-info.yaml
pullRequestBranchName: backstage-integration
rules:
- allow: [Component, System, API, Resource, Location]
locations:
- type: file
target: ../../examples/entities.yaml
permission:
enabled: true
# Configuration for the OpenFGA plugin
openfga:
baseUrl: 'http://localhost:8080'
storeId: '01JJV73AF055YW4S05828EMJ43'
authorizationModelId: '01JJV73VNSAZ4DY3JV3Q1ZN720'