Skip to content

gitlab_user_identity provider

Feature Description

Currently there is no resource that can manage user identities, which is required for provisioning users that use external authentication. Ideally, there should be a new resource for managing user identities:

Proposed resource example:

resource "gitlab_user_identity" "myuser_identity" {
	user_id = gitlab_user.myuser.id
	identity_provider = "My Provider (openid_connect)"
	identifier = "myuser@mydomain" #extern_uid
}

Do you want to implement this?

  • I would like to implement this myself 👷
Edited by Timo Furrer