From 3395dff7be2a20dac33bdfe872139e77444e885a Mon Sep 17 00:00:00 2001 From: Andrey Dyachkov Date: Mon, 30 Jul 2018 08:24:09 +0200 Subject: [PATCH] updated fqg docs --- docs/_documentation/faq.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/_documentation/faq.md b/docs/_documentation/faq.md index 9844febdf0..46a0868fb9 100644 --- a/docs/_documentation/faq.md +++ b/docs/_documentation/faq.md @@ -83,8 +83,6 @@ The default behavior when running the docker containers locally will be for OAut If you are running a Nakadi server locally outside docker, you can disable token checks by setting the environment variable `NAKADI_OAUTH2_MODE` to `OFF` before starting the server. -Note that, even if OAuth is disabled using the `NAKADI_OAUTH2_MODE` environment variable, the current behavior will be to check a token if one is sent by a client so you might need to configure the client to also not send tokens. - #### I want to send arbitrary JSON, how do I avoid defining a JSON Schema? The standard workaround is to define an event type with the following category and schema: