risdenk commented on issue #263: KNOX-2226 - Add home page to Knox URL: https://github.com/apache/knox/pull/263#issuecomment-591669176 So some feedback after spinning this up and looking at it: * why is it at /home instead of just at /? ie: https://localhost:8443 instead of requiring a path? * There is some weird spacing going on - there should be a reasonable border around the page?  * Expanding the services there is an "i" button that does nothing? * Hitting https://localhost:8443/gateway/metadata/api/v1/metadata/info doesn't return a way to download the pem/jks certs. ** Can't the full paths be exposed? ** Can't the cert be on its own API endpoint to download? ``` <publicCertPemPath>assets/gateway-client-trust.pem</publicCertPemPath> <publicCertJksPath>assets/gateway-client-trust.jks</publicCertJksPath> ``` * Hive has a `<serviceUrl>https://localhost:8443/gateway/sandbox/hive/</serviceUrl>` url instead of a proper JDBC url?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
