nwangtw opened a new issue #3308: Support HTTPS in api server URL: https://github.com/apache/incubator-heron/issues/3308 Current API server supports HTTP only. HTTPS support would be very useful. Michael Schmidt [7:48 AM] Hey can Heron Cli do https calls to a k8s api server I wanted to secure my front end system and allow people to heron submit jobs, but it has to be https... So I threw an nginx infront of the api server so that traffic could be decryted on the back end but encrypted on the front end can heron cli support this? is there a flag that I need? Ning Wang [11:09 AM] So far we dont use k8s and api server internally. I feel it should be doable since we use org.eclipse.jetty.server.Server which support HTTPS protocol. Some simple code change might be needed. @karthikz @jerry ^^ any thoughts? i think this is the source code for api server: https://github.com/apache/incubator-heron/blob/master/heron/tools/apiserver/src/java/org/apache/heron/apiserver/Runtime.java#L294
---------------------------------------------------------------- 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
