Replies: 1 comment
-
I see the problem. With the addition of influxdb, not having the unhashed password means we can't create that user with the same password using so-influxdb-manage. That said, for users that only access SOC or Kibana, the following patch allows creating the user using the existing password hash as recovered from the
Also, it's worth noting that once a user is created in SOC, they can reset their own password there, and that would also sync their influxdb credential, giving them the access that this method does not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the Linux CLI's
chpasswd
command as a model, it would be very useful to have the ability to add users using an existing hashed password. For example:and used something like:
so-user add --email [email protected] --role superuser --encryptedPW '$2a$12$SKtbf2YedMUlr3Hp.futbfBO7L0KPrGAxkfg2YedMU'
Beta Was this translation helpful? Give feedback.
All reactions