druid/docs/content/development/extensions-core
Nishant Bangarwa 80fa5094e8 Fix Kerberos Authentication failing requests without cookies and excludedPaths config. (#5596)
* Fix Kerberos Authentication failing requests without cookies.

KerberosAuthenticator was failing `First` request from the clients.
After authentication we were setting the cookie properly but not
setting the the authenticated flag in the request. This PR fixed that.

Additional Fixes -
* Removing of Unused SpnegoFilterConfig - replaced by
KerberosAuthenticator
* Unused internalClientKeytab and principal from KerberosAuthenticator
* Fix docs accordingly and add docs for configuring an escalated
client.

* Fix excluded path config behavior

* spelling correction

* Revert "spelling correction"

This reverts commit fb754b43d8.

* Revert "Fix excluded path config behavior"

This reverts commit 3901047769.
2018-04-09 20:45:35 -07:00
..
approximate-histograms.md refactor extensions into their own docs 2016-03-22 18:54:10 -07:00
avro.md Add flattenSpec support to the Avro parser. (#4832) 2017-09-26 09:26:06 -07:00
datasketches-extension.md Expanded documentation for DataSketches aggregators. (#5513) 2018-03-21 18:19:27 -07:00
datasketches-quantiles.md Expanded documentation for DataSketches aggregators. (#5513) 2018-03-21 18:19:27 -07:00
datasketches-theta.md Expanded documentation for DataSketches aggregators. (#5513) 2018-03-21 18:19:27 -07:00
datasketches-tuple.md Expanded documentation for DataSketches aggregators. (#5513) 2018-03-21 18:19:27 -07:00
druid-basic-security.md Basic auth extension (#5099) 2017-12-14 10:36:04 -08:00
druid-kerberos.md Fix Kerberos Authentication failing requests without cookies and excludedPaths config. (#5596) 2018-04-09 20:45:35 -07:00
druid-lookups.md Cached lookup module. first cut implementing JDBC cache (#2819) 2016-09-16 13:45:54 -07:00
examples.md refactor extensions into their own docs 2016-03-22 18:54:10 -07:00
hdfs.md Adding hadoop kerberos authentification. (#3419) 2016-09-13 10:42:50 -07:00
kafka-eight-firehose.md refactor extensions into their own docs 2016-03-22 18:54:10 -07:00
kafka-extraction-namespace.md Silly Typo in docs 2016-05-24 13:31:58 -07:00
kafka-ingestion.md Fix taskDuration docs for KafkaIndexingService (#5572) 2018-04-05 23:52:58 -07:00
lookups-cached-global.md Update lookups-cached-global.md (#5525) 2018-04-06 16:13:17 -07:00
mysql.md Let MySQLConnector accept all UTF charsets and recommend utf8mb4 (#5411) 2018-03-13 01:16:10 -07:00
postgresql.md refactor extensions into their own docs 2016-03-22 18:54:10 -07:00
protobuf.md Protobuf extension (#4039) 2017-05-30 13:11:58 -07:00
s3.md Use the official aws-sdk instead of jet3t (#5382) 2018-03-21 15:36:54 -07:00
simple-client-sslcontext.md TLS support (#4270) 2017-07-06 17:40:12 -07:00
stats.md Support variance and standard deviation (#2525) 2016-08-04 17:32:58 -07:00
test-stats.md adding new post aggregators for test statistics to druid-stats extension (#4532) 2017-10-09 23:43:27 -07:00