Skip to content

Instantly share code, notes, and snippets.

@mose
Last active January 3, 2018 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mose/88f1a3c3d7a6a3981cea79c1d3b37b8e to your computer and use it in GitHub Desktop.
Save mose/88f1a3c3d7a6a3981cea79c1d3b37b8e to your computer and use it in GitHub Desktop.
note about fixing auth problem with bitnami kubesandbox
# on the kubesandbox VM
# sudo apt-get install apache2-utils
NEWHASH=$(echo -n `htpasswd -nb <user> <password>` | base64)
kubectl edit secret basic-auth --namespace=kube-system
# replace data.auth with $NEWHASH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment