-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustomHttp.yml
More file actions
38 lines (35 loc) · 1.06 KB
/
Copy pathcustomHttp.yml
File metadata and controls
38 lines (35 loc) · 1.06 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
version: 1
applications:
- appRoot: lumiere-ecosystem
customHeaders:
- pattern: '**/*'
headers:
- key: 'Strict-Transport-Security'
value: 'max-age=31536000; includeSubDomains'
customRules:
- source: '/api/bedrock/<*>'
target: 'https://bedrock-mantle.eu-north-1.api.aws/v1/<*>'
status: '200'
condition: null
- appRoot: learning-platform
customHeaders:
- pattern: '**/*'
headers:
- key: 'Strict-Transport-Security'
value: 'max-age=31536000; includeSubDomains'
customRules:
- source: '/api/bedrock/<*>'
target: 'https://bedrock-mantle.eu-north-1.api.aws/v1/<*>'
status: '200'
condition: null
- appRoot: /
customHeaders:
- pattern: '**/*'
headers:
- key: 'Strict-Transport-Security'
value: 'max-age=31536000; includeSubDomains'
customRules:
- source: '/api/bedrock/<*>'
target: 'https://bedrock-mantle.eu-north-1.api.aws/v1/<*>'
status: '200'
condition: null