-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53815/
-----------------------------------------------------------
Review request for Ambari, Miklos Gergely and Robert Nettleton.
Bugs: AMBARI-18909
https://issues.apache.org/jira/browse/AMBARI-18909
Repository: ambari
Description
-------
if a user want to read the rest api docs, its not enough to go under /docs/,
its needed to add the url of the generaterd swagger json/yaml on the swagger UI.
instead of index.html of swagger-ui, i added an own welcome page for /docs/
servlet. (as swagger.html) which uses /api/v1/swagger.yaml by default.
also contains a small fix (images should be accessible without authentication)
Diffs
-----
ambari-logsearch/ambari-logsearch-portal/src/main/java/org/apache/ambari/logsearch/LogSearch.java
5a7cf02
ambari-logsearch/ambari-logsearch-portal/src/main/java/org/apache/ambari/logsearch/conf/SecurityConfig.java
7a6c69c
ambari-logsearch/ambari-logsearch-portal/src/main/resources/swagger/swagger.html
PRE-CREATION
Diff: https://reviews.apache.org/r/53815/diff/
Testing
-------
testing done
Thanks,
Oliver Szabo