-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Up to now security and authentication wasn't important, because the JoBProxy is only used in "safe" environments (vm's, docker, local machine with NO external access). But nevertheless with have to think about this in near future.
However, the integration of security and authentication is quite easy:
- https instead of http
- basic http authentication
pbelmann