forked from spreadshirt/backstage-plugin-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-config.yaml
45 lines (41 loc) · 1.07 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
app:
title: S3 Viewer Example App
baseUrl: http://localhost:3000
backend:
baseUrl: http://localhost:7007
listen:
port: 7007
csp:
connect-src: ["'self'", 'http:', 'https:']
cors:
origin: http://localhost:3000
methods: [GET, HEAD, PATCH, POST, PUT, DELETE]
credentials: true
database:
client: better-sqlite3
connection: ':memory:'
auth:
providers:
guest: {}
s3:
bucketLocatorMethods:
- type: config
platforms:
- endpoint: http://127.0.0.1:8080
name: test
accessKeyId: 70VkRWd3IHDxEafKZFX9 # Has to match `CEPH_DEMO_ACCESS_KEY` when using docker compose
secretAccessKey: v0GerzwTw0cD2Dcq4m0aGeNzQVnpyzc0zW4Mc05A # Has to match `CEPH_DEMO_SECRET_KEY` when using docker compose
region: 'us-east-1'
allowedBuckets:
- platform: test
buckets:
- foobar
catalog:
import:
entityFilename: catalog-info.yaml
pullRequestBranchName: backstage-integration
locations:
- type: file
target: ../../examples/org.yaml
rules:
- allow: [User, Group]