pupernetes icon indicating copy to clipboard operation
pupernetes copied to clipboard

Secure the API listener

Open JulienBalestra opened this issue 6 years ago • 0 comments

In CI, we set the listener to 0.0.0.0:8989:

script:
  - sudo ./pupernetes daemon run sandbox/ --job-type systemd --bind-address 0.0.0.0:8989 --hyperkube-version $HYPERKUBE_VERSION
  - ./.ci/pupernetes-validation.sh

This open the http server insecurely.

JulienBalestra avatar Jun 24 '18 00:06 JulienBalestra