-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53728/
-----------------------------------------------------------
Review request for Ambari, Miklos Gergely, Robert Nettleton, and Sumit Mohanty.
Bugs: AMBARI-18821
https://issues.apache.org/jira/browse/AMBARI-18821
Repository: ambari
Description
-------
added JWT based authentication for Log Search.
Added a new filter with request matchers. Filter is executed after the original
authentication filter is done wit the filtering, therfore its not needed to
change anything on ambari server side (REST API)
Diffs
-----
ambari-logsearch/ambari-logsearch-portal/pom.xml be58732
ambari-logsearch/ambari-logsearch-portal/src/main/java/org/apache/ambari/logsearch/conf/AuthPropsConfig.java
67ddd1f
ambari-logsearch/ambari-logsearch-portal/src/main/java/org/apache/ambari/logsearch/conf/SecurityConfig.java
d3db110
ambari-logsearch/ambari-logsearch-portal/src/main/java/org/apache/ambari/logsearch/web/filters/LogsearchJWTFilter.java
PRE-CREATION
ambari-logsearch/ambari-logsearch-portal/src/main/java/org/apache/ambari/logsearch/web/filters/LogsearchSecurityContextFormationFilter.java
1320278
ambari-logsearch/ambari-logsearch-portal/src/main/java/org/apache/ambari/logsearch/web/filters/LogsearchUsernamePasswordAuthenticationFilter.java
85688a2
ambari-logsearch/ambari-logsearch-portal/src/main/java/org/apache/ambari/logsearch/web/model/JWTAuthenticationToken.java
PRE-CREATION
ambari-logsearch/docker/test-config/logsearch/logsearch.properties 71c1a1c
ambari-server/src/main/resources/common-services/LOGSEARCH/0.5.0/configuration/logsearch-properties.xml
febeffd
ambari-web/app/data/HDP2/site_properties.js 5be3b5a
Diff: https://reviews.apache.org/r/53728/diff/
Testing
-------
testing done.
Thanks,
Oliver Szabo