-
For security audits we need to maintain no password logins. As such I'm looking for a clean way to disable database logins after I've configured our OIDC provider and ensured at least one of us is an admin user. As a bonus for keeping security from bugging us I'd like to remove the username/password fields from the login page. Right now best approach I see is:
Is this the best approach to accomplish this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
do you mean by disabling admin login? What about if the OIDC server is unavailable for some reason? In this situation, no one can manitain the Harbor instance. |
Beta Was this translation helpful? Give feedback.
There has been no discussion since October last year. We've just been marking the admin user as deleted in the database. Usage has been minimum as our deployment is just in our staging environment right now, but we are moving forward with this approach as we haven't seen any unintended side effects by "deleting" the admin user.