hystax / optscale

FinOps and cloud cost optimization tool. Supports AWS, Azure, GCP, Alibaba Cloud and Kubernetes.
https://hystax.com
Apache License 2.0
1.15k stars 160 forks source link

wanted to know in which collection or db of mongo user details are stored for optscale #248

Closed saileshsp closed 4 months ago

saileshsp commented 4 months ago

im trying to check all the users signed up in our clusters optscale is there a way to find it out from backend

nk-hystax commented 4 months ago

All the user-related data is stored in the 'auth-db' database in MariaDB. You can access it via :30080. Look into the 'user' table to get a list of existing users.