This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Secure the API listener #70
Open
Description
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.
Activity