Skip to content
New issue

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

nebula-console support encrypted password #501

Open
MegaByte875 opened this issue Apr 29, 2024 · 1 comment
Open

nebula-console support encrypted password #501

MegaByte875 opened this issue Apr 29, 2024 · 1 comment
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@MegaByte875
Copy link
Contributor

Introduction

UID   PID  PPID       C  STIME  TTY     TIME      CMD
root  33235 32818  0 21:58    pts/1 00:00:00   nebula-console --addr infinitygraph-graphd-headless --port 8888 -u root -p xxxxxxx

-p password should be encypted

Contents

Related work

@MegaByte875 MegaByte875 added the type/enhancement Type: make the code neat or more efficient label Apr 29, 2024
@MegaByte875 MegaByte875 changed the title nebula-console support encrytion password nebula-console support encrypted password Apr 29, 2024
@jjsimps
Copy link
Contributor

jjsimps commented Jun 14, 2024

It would also be great to have it supported via a k8 secrets. Right now it seems like it's a field in the CRD, and the only way is to have a password in plaintext.

As a side note, we don't take advantage of the nebula-console pod, so it would be great if there were a way to disable it. Right now it just sits in a constant crash-loop because I don't provide proper credentials to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

2 participants