hystax / optscale

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

how to update/change password from backend #292

Closed saileshsp closed 3 months ago

saileshsp commented 4 months ago

hi how to update or change password of an user who has forgotten password from backend

maxb-hystax commented 4 months ago

Hi @saileshsp Please use PATCH /auth/v2/users/{user_id} - https://my.optscale.com/auth/v2/swagger/spec.html#/users/patch_auth_v2_users__user_id_ with cluster secret authorization. Cluster secret can be found in etcd, look for /secret/cluster key.