-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfigmap.yaml
44 lines (43 loc) · 1.34 KB
/
configmap.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
apiVersion: v1
kind: ConfigMap
metadata:
name: kong-configmap
data:
kong.yml: |
_format_version: "2.1"
_transform: true
services:
- host: "orion-ld"
name: "orion-ld"
port: 1026
protocol: http
routes:
- name: orion-ld
paths:
- /orion
strip_path: true
plugins:
- name: ngsi-ishare-policies
config:
access_token:
header_names:
- "authorization"
- "Authorization"
ar:
identifier: "EU.EORI.NL000000004"
host: "https://ar.isharetest.net"
token_endpoint: "https://ar.isharetest.net/connect/token"
delegation_endpoint: "https://ar.isharetest.net/delegation"
satellite:
identifier: "EU.EORI.NL000000000"
host: "https://scheme.isharetest.net"
token_endpoint: "https://scheme.isharetest.net/connect/token"
trusted_list_endpoint: "https://scheme.isharetest.net/trusted_list"
jws:
identifier: "EU.EORI.NLPACKETDEL"
- name: request-transformer
config:
remove:
headers:
- Authorization
- authorization