Skip to content

webadmin should be able to delete oidc administrators with email rather than guid #249

Description

@hagaram

Hi,

user, which was registered/signed in to admin UI vi SSO, wont get deleted via standard webadmin command.

WAG command says "OK", but the user is still present.

I managed to delete the user with etcdctl and GUID like this

/tmp/etcdctl --endpoints=unix:///tmp/wag.d.etcd.XXXXXX   get "admin-users-" --prefix  | grep <YOUR USER NAME> | jq  -r '.oidc_guid'
"<GUID YOU WILL NEED FOR DELETION IS RETURNED>"

/tmp/etcdctl --endpoints=unix:///tmp/wag.d.etcd.XXXXXX del "admin-users-<USER GUID>"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions