We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please check the FAQ documentation before raising an issue
Describe the bug (required)
How to log into nebula without a password?
Your Environments (required)
uname -a
g++ --version
clang++ --version
lscpu
a3ffc7d8
How To Reproduce(required)
Steps to reproduce the behavior:
(root@nebula) [(none)]> create user foesa Execution succeeded (time spent 4205/8811 us) Wed, 12 Oct 2022 09:02:01 UTC
-p
[root@foesa foesa.yang]# ./nebula-console -addr 192.168.8.136 -port 9669 -u foesa -p nebula 2022/10/12 09:02:38 Fail to create a new session from connection pool, fail to authenticate, error: Invalid password panic: Fail to create a new session from connection pool, fail to authenticate, error: Invalid password goroutine 1 [running]: log.Panicf(0x76c2b6, 0x35, 0xc00008de38, 0x1, 0x1) /opt/hostedtoolcache/go/1.16.4/x64/src/log/log.go:361 +0xc5 main.main() /home/runner/work/nebula-console/nebula-console/main.go:541 +0x9b9 [root@foesa foesa.yang]# ./nebula-console -addr 192.168.8.136 -port 9669 -u foesa 2022/10/12 09:02:41 Error: argument password is empty! panic: Error: argument password is empty! goroutine 1 [running]: log.Panicf(0x76530d, 0x22, 0x0, 0x0, 0x0) /opt/hostedtoolcache/go/1.16.4/x64/src/log/log.go:361 +0xc5 main.validateFlags() /home/runner/work/nebula-console/nebula-console/main.go:473 +0x14f main.main() /home/runner/work/nebula-console/nebula-console/main.go:503 +0x10b
show users
(root@nebula) [(none)]> show users +---------+--------------+ | Account | IP Whitelist | +---------+--------------+ | "foesa" | "" | | "root" | "" | +---------+--------------+ Got 2 rows (time spent 1104/2228 us)
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
It should be a console issue, I can use blank password via nebula-go directly.
Sorry, something went wrong.
HarrisChu
Successfully merging a pull request may close this issue.
Please check the FAQ documentation before raising an issue
Describe the bug (required)
How to log into nebula without a password?
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
-p
and arbitrary password and without the configuration-p
. Both ways can't log in to nebula.show users
to see the user foesa.Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: