You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Feature Request
Minikube version (use minikube version):
0.19.1
Environment:
OS (e.g. from /etc/os-release): macos
VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName):
ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION):
Install tools:
Others:
What happened:
When using the registry-creds addon the password is not hidden
$ minikube addons configure registry-creds
Do you want to enable AWS Elastic Container Registry? [y/n]: n
Do you want to enable Google Container Registry? [y/n]: n
Do you want to enable Docker Registry? [y/n]: y
-- Enter docker registry server url: dockerregistry.com
-- Enter docker registry username: myusername
-- Enter docker registry password: mypassword
registry-creds was successfully configured
What you expected to happen:
the password should be hidden
How to reproduce it (as minimally and precisely as possible):
configure the registry creds and type a password
Anything else do we need to know:
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST? (choose one): Feature Request
Minikube version (use
minikube version
):0.19.1
Environment:
cat ~/.minikube/machines/minikube/config.json | grep DriverName
):cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
):What happened:
When using the registry-creds addon the password is not hidden
What you expected to happen:
the password should be hidden
How to reproduce it (as minimally and precisely as possible):
configure the registry creds and type a password
Anything else do we need to know:
The text was updated successfully, but these errors were encountered: