Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
Jenkins LTS 2.46.1, EmailExtPlugin 2.57.1, role based matrix used
Description
After the latest update with the security patch, no mails sended anymore to "requester" of a job.
The error message in job console looks like this:
Not sending mail to user user@mail.com with no permission to view currentJob
When setting the suggested property
-Dhudson.tasks.MailSender.SEND_TO_USERS_WITHOUT_READ=true
it works.
The user has overall read permission (matrix based security setup) and for the conrete job the permission:
Job: View,Discover,Read,Workspace
Run: Update
The user has an account (if I click on the user which started the job .. also belongs to this job (can seen in the user view)) and the mail address is correct.
What permissions or settings are required to avoid this problem? We do not like to have this system property enabled.
Thanks for the great plugin and support!
Regards,
- Thomas
Attachments
Issue Links
- duplicates
-
JENKINS-9016 Git creates usernames based on 'name' not the email.
-
- Open
-
- is blocked by
-
JENKINS-46292 Issue when sending emails to Developers
-
- Closed
-
- is duplicated by
-
JENKINS-46292 Issue when sending emails to Developers
-
- Closed
-
- is related to
-
JENKINS-43268 Can't send email to registered users
-
- Closed
-
Just updated my Gitlab Oauth settings with a Group name for all users. Works as expected, only authorised users who belong to the group set on Gitlab can log in to Jenkins
Unfortunately I also now get the messages
Not sending mail to user <username@...> with no permission to view <Jenkins Jobname>
If I set Global Security->Gitlab OAuth Settings -> Authenticated Users to allow View Read it works ok.
if I set the same using the Group Name ist does not work.
I would rate this as a more serious bug - I will try the workaround mentioned above ( SEND_TO_USERS_WIITHOUT_READ ) - it is a workaround.
( I also had to set SEND_TO_UNKNOWN_USERS a long time ago... - also a bug, users are known)
Jenkins Version 2.176 ( just about to go to 2.177)
Email Extension plugin - 2.66
Gitlab OAuth 1.4