Automate the change of admin password #19346
-
Hello, I would like to know if it's possible to automate the change of admin password. I have seend that only it's possible to change admin password on web interface: But i need to change the password with API or other script. I can't use web interface if I want to automate this change. Is there some option?? Thanks you, best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The web interface do it by calling the harbor API, you can access the user API to change the password. FYI: Line 5684 in 26a4f6e |
Beta Was this translation helpful? Give feedback.
The web interface do it by calling the harbor API, you can access the user API to change the password. FYI:
harbor/api/v2.0/swagger.yaml
Line 5684 in 26a4f6e