You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`firetail_api_token`| Your API token from the FireTail platform |`PS-02-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`|
37
+
|`firetail_url`| The URL of the API endpoint the FireTail NGINX module will send logs to. |`https://api.logging.eu-west-1.prod.firetail.app/logs/bulk`|
38
+
|`firetail_allow_undefined_routes`| If set to `1`, `t`, `T`, `TRUE`, `true`, or `True`, requests to routes not defined in your OpenAPI specification will not be blocked. |`1`, `t`, `T`, `TRUE`, `true`, `True`, `0`, `f`, `F`, `FALSE`, `false`, `False`|
37
39
38
-
See [dev/nginx.conf](./dev/nginx.conf) for an example of this in action.
40
+
See [dev/nginx.conf](./dev/nginx.conf) for an example of these in use.
39
41
40
42
You should use a module such as the [ngx_http_lua_module](https://github.com/openresty/lua-nginx-module) to avoid placing plaintext credentials in your `nginx.conf`, and instead make use of [system environment variables](https://github.com/openresty/lua-nginx-module#system-environment-variable-support).
0 commit comments