-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp-config.local.yaml.example
More file actions
85 lines (77 loc) · 2.24 KB
/
app-config.local.yaml.example
File metadata and controls
85 lines (77 loc) · 2.24 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
app:
baseUrl: https://localhost:3000
https:
$include: certificate.yaml
errorReporter: null
telemetrydeck: null
backend:
actions:
pluginSources:
- catalog
- catalog-mcp
- gs
baseUrl: https://localhost:7007
listen:
port: 7007
cors:
origin: https://localhost:3000
https:
$include: certificate.yaml
errorReporter: null
auth:
externalAccess:
- type: static
options:
token: ${EXTERNAL_ACCESS_MCP_TOKEN}
subject: mcp-clients
accessRestrictions:
- plugin: mcp-actions
- plugin: catalog
- plugin: catalog-mcp
- plugin: gs
auth:
environment: development
techdocs:
builder: 'local'
generator:
runIn: 'docker'
publisher:
type: 'local'
# flux:
# gitRepositoryPatterns:
# - targetUrl: 'https://${{HOSTNAME}}/projects/${{PROJECT_NAME}}/repos/${{REPOSITORY_NAME}}/browse/${{PATH}}?at=${{REVISION}}'
# gitRepositoryUrlPattern: '^https:\/\/(?<HOSTNAME>bitbucket.+?)\/scm\/(?<PROJECT_NAME>.+?)\/(?<REPOSITORY_NAME>.+?)(\.git)?$'
# gs:
# authProvider: oidc-mcname
# installations:
# mcname:
# pipeline: stable-testing
# providers: [capa]
# authProvider: oidc
# oidcTokenProvider: oidc-mcname
# baseDomain: mcname.awsprod.gigantic.io
# region: eu-central-1
# kubernetes:
# clusterLocatorMethods:
# - type: 'config'
# clusters:
# - name: mcname
# url: https://happaapi.mcname.awsprod.gigantic.io
# authProvider: oidc
# oidcTokenProvider: oidc-mcname
# For local development purposes, you can add/change catalog sources here.
#
# To add a local YAML file as a source, uncomment the entry of type 'file'.
# The relative path '../../catalog/catalog.yaml' translates to
# 'catalog/catalog.yaml' seen from the repository root.
#
# Note: When multiple entities with the same metadata.name property are discovered,
# one will be processed and all others will be skipped.
#
# See https://backstage.io/docs/features/software-catalog/configuration/ for more info.
catalog:
locations:
- type: url
target: https://github.com/giantswarm/backstage-catalogs/tree/main/catalogs/*.yaml
# - type: file
# target: ../../catalog/*.yaml