forked from wso2/api-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path01-gateway-values-configmap.yaml
More file actions
33 lines (32 loc) · 1.09 KB
/
01-gateway-values-configmap.yaml
File metadata and controls
33 lines (32 loc) · 1.09 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
apiVersion: v1
kind: ConfigMap
metadata:
name: custom-gateway-values
namespace: apigateway-demo-apim
data:
# The operator expects this key to be named exactly `values.yaml`.
# These are *overrides* deep-merged into the operator's default gateway_values.yaml.
values.yaml: |
gateway:
developmentMode: true
config:
controller:
controlplane:
# Skip TLS certificate verification for the control plane connection (insecure, dev/test only)
insecure_skip_verify: true
gateway_name: ""
# OAuth2 Option 1: Client Credentials flow
apim_oauth2_client_id: ""
apim_oauth2_client_secret: ""
# OAuth2 Option 2: Resource Owner Password Credentials flow
apim_oauth2_username: ""
apim_oauth2_password: ""
immutable_gateway:
enabled: false
artifacts_dir: "/etc/api-platform-gateway/immutable_gateway/artifacts"
controller:
controlPlane:
host: host.docker.internal:9444
port: 443
token:
value: "xxx"