File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
microservices/gatewayApi/patterns/sdx Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 66
66
disable_id_token_header: "yes"
67
67
68
68
routes:
69
- - name: ${service_name}
69
+ - name: ${service_name}.OPTIONS
70
+ tags: [ns.${gateway}.${ns_qualifier}, sdx]
71
+ hosts:
72
+ - ${route_host}
73
+ paths:
74
+ - ${route_path}
75
+ methods:
76
+ - OPTIONS
77
+ strip_path: false
78
+ https_redirect_status_code: 426
79
+ path_handling: v0
80
+ request_buffering: true
81
+ response_buffering: true
82
+ plugins:
83
+ - name: jwt-keycloak
84
+ enabled: false
85
+ - name: oidc
86
+ enabled: false
87
+
88
+ - name: ${service_name}.API
70
89
tags: [ns.${gateway}.${ns_qualifier}, sdx]
71
90
hosts:
72
91
- ${route_host}
83
102
request_buffering: true
84
103
response_buffering: true
85
104
86
- - name: ${service_name}- SIGNED
105
+ - name: ${service_name}. SIGNED
87
106
tags: [ns.${gateway}.${ns_qualifier}, sdx]
88
107
hosts:
89
108
- ${route_host}
You can’t perform that action at this time.
0 commit comments