Service account with custom email address is unverified for verified domain groups.
Summary
With the recent addition to allow a custom email address when creating Group service accounts on GitLab.com customer are now trying to use this feature.
The create service account documentation mentions that if the domain is verified for the namespace then the account will be automatically verified. However this does not appear to be the case.
User account email. If not specified, generates an email prepended with service_account_group_. Custom email addresses require confirmation before the account is active, unless the group has a matching verified domain.
Steps to reproduce
- Setup a namespace with a verified domain.
- Create a Service account with an email address matching the domain and the account account will still require email verification.
What is the current bug behavior?
email verification is still required for email domains which belong to the verified domain.
What is the expected correct behavior?
Should work as documented.
Possible fixes
None