@@ -65,6 +65,18 @@ The application is configurable via environment variables.
65
65
- ** Type:** HTTP(S) URL
66
66
- ** Required:** No, defaults to the value of ` OIDC_DISCOVERY_URL `
67
67
- ** Example:** ` http://auth/.well-known/openid-configuration `
68
+ - ` WAIT_FOR_UPSTREAM ` , wait for upstream API to become available before starting proxy
69
+ - ** Type:** boolean
70
+ - ** Required:** No, defaults to ` true `
71
+ - ** Example:** ` false ` , ` 1 ` , ` True `
72
+ - ` HEALTHZ_PREFIX ` , prefix for health check endpoints
73
+ - ** Type:** string
74
+ - ** Required:** No, defaults to ` /healthz `
75
+ - ** Example:** ` '' ` (disabled)
76
+ - ` OPENAPI_SPEC_ENDPOINT ` , path of OpenAPI specification, used for augment spec response with auth configuration
77
+ - ** Type:** string or null
78
+ - ** Required:** No, defaults to ` null ` (disabled)
79
+ - ** Example:** ` /api `
68
80
- ` DEFAULT_PUBLIC ` , default access policy for endpoints
69
81
- ** Type:** boolean
70
82
- ** Required:** No, defaults to ` false `
@@ -90,10 +102,6 @@ The application is configurable via environment variables.
90
102
"^/api$" : [" GET" ]
91
103
}
92
104
```
93
- - `OPENAPI_SPEC_ENDPOINT`, path of OpenAPI specification, used for augment spec response with auth configuration
94
- - **Type:** string or null
95
- - **Required:** No, defaults to `null` (disabled)
96
- - **Example:** `/api`
97
105
- `ITEMS_FILTER`, cql2 expression generator for item-level filtering
98
106
- **Type:** JSON object with class configuration
99
107
- **Required:** No, defaults to `null` (disabled)
0 commit comments