Unknown option --no-auth
See original GitHub issueValues.yaml
# Optional additional arguments
extraArgs:
# - --allow-http
- --no-auth
Steps to Reproduce
- Uncomment the Extra Argument for --no-auth in the helm-chart/values.yaml file
- Install the Helm chart
Expected
Chart should install and code-server should not require a password
Actual
Chart installs but the code-server pod is in error
Logs
$ k logs code-server-694b6f4b98-j6srk -f [2021-08-19T17:51:09.606Z] error Unknown option --no-auth
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
error: Unknown option --no-auth #2 - GitHub
When working with the latest code-server, VSCode doesn't load through the proxy and in the CLI, the following error is shown: error Unknown...
Read more >Redis (error) NOAUTH Authentication required - Server Fault
Setting the requirepass configuration directive causes the server to require password authentication with the AUTH command before sending other commands.
Read more >Redis raises "NOAUTH Authentication required" error but ...
I got error NOAUTH Authentication required when I connect to Redis server via command: redis-cli and run ping to check if Redis is...
Read more >NOAUTH Authentication required - WordPress.org
Kept getting “NOAUTH Authentication required” error message & not connected if I add WP_REDIS_PASSWORD constant on wp-config.php & uncomment ...
Read more >ironic-inspector.conf - OpenStack Docs
Authentication method used on the ironic-inspector API. Either “noauth” or “keystone” are currently valid options. “noauth” will disable all ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @jawnsy! That worked!
I tried this with the chart and got things working:
This is what my logs look like:
I think if you use “–auth none” on a single line, then it gets passed to code-server as if you typed
code-server "--auth none"
(quoting the parameter), which confuses the command line parser. You can also try that on your command line: