enabled
|
Whether to use the 3scale adapter |
true /false
|
false
|
PARAM_THREESCALE_LISTEN_ADDR
|
Sets the listen address for the gRPC server |
Valid port number |
3333
|
PARAM_THREESCALE_LOG_LEVEL
|
Sets the minimum log output level. |
debug , info , warn , error , or none
|
info
|
PARAM_THREESCALE_LOG_JSON
|
Controls whether the log is formatted as JSON |
true /false
|
true
|
PARAM_THREESCALE_LOG_GRPC
|
Controls whether the log contains gRPC info |
true /false
|
true
|
PARAM_THREESCALE_REPORT_METRICS
|
Controls whether 3scale system and backend metrics are collected and reported to Prometheus |
true /false
|
true
|
PARAM_THREESCALE_METRICS_PORT
|
Sets the port that the 3scale /metrics endpoint can be scrapped from |
Valid port number |
8080
|
PARAM_THREESCALE_CACHE_TTL_SECONDS
|
Time period, in seconds, to wait before purging expired items from the cache |
Time period in seconds |
300
|
PARAM_THREESCALE_CACHE_REFRESH_SECONDS
|
Time period before expiry when cache elements are attempted to be refreshed |
Time period in seconds |
180
|
PARAM_THREESCALE_CACHE_ENTRIES_MAX
|
Max number of items that can be stored in the cache at any time. Set to 0 to disable caching |
Valid number |
1000
|
PARAM_THREESCALE_CACHE_REFRESH_RETRIES
|
The number of times unreachable hosts are retried during a cache update loop |
Valid number |
1
|
PARAM_THREESCALE_ALLOW_INSECURE_CONN
|
Allow to skip certificate verification when calling 3scale APIs. Enabling this is not recommended. |
true /false
|
false
|
PARAM_THREESCALE_CLIENT_TIMEOUT_SECONDS
|
Sets the number of seconds to wait before terminating requests to 3scale System and Backend |
Time period in seconds |
10
|
PARAM_THREESCALE_GRPC_CONN_MAX_SECONDS
|
Sets the maximum amount of seconds (+/-10% jitter) a connection may exist before it is closed |
Time period in seconds |
60 |
PARAM_USE_CACHE_BACKEND
|
If true, attempt to create an in-memory apisonator cache for authorization requests |
true /false
|
false
|
PARAM_BACKEND_CACHE_FLUSH_INTERVAL_SECONDS
|
If the backend cache is enabled, this sets the interval in seconds for flushing the cache against 3scale |
Time period in seconds |
15 |
PARAM_BACKEND_CACHE_POLICY_FAIL_CLOSED
|
Whenever the backend cache cannot retrieve authorization data, whether to deny (closed) or allow (open) requests |
true /false
|
true
|