You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a 3 month old installation of Jenkins-X hosted on gcp, which I haven't configured much, I only imported my github organization's repositories.
The problem is that since 1 week ago my org members are not trusted by lighthouse schedulers, but external collaborators are trusted!
In the logs I see: {"timestamp":"2021-09-24T08:18:03.021670071Z","message":"User \"infl00p" is a member of the trusted org \"todo\" - false","severity":"INFO","context":{}}
The trusted_org was left unchanged (todo), which is logical to return false. But according to the source code in pkg/plugins/trigger/trigger.go it should not have gone to this code path, because I'm a collaborator (my team is admins on this repository) and I'm a member and owner of my organization. And we are not using the review-required scheduler, only the in-repo
I did change the helm charts repositories 2 weeks ago, to github registry, as instructed, but I haven't done any other change to jenkin-x. Lighthouse chart went from 1.1.42 to 1.1.51.
Could it be a Github API change? Because what I did as a workaround is add my username to all the organizations repositories as a collaborator. I mean not just my team, but my username also.
The text was updated successfully, but these errors were encountered:
Hello,
I have a 3 month old installation of Jenkins-X hosted on gcp, which I haven't configured much, I only imported my github organization's repositories.
The problem is that since 1 week ago my org members are not trusted by lighthouse schedulers, but external collaborators are trusted!
In the logs I see:
{"timestamp":"2021-09-24T08:18:03.021670071Z","message":"User \"infl00p" is a member of the trusted org \"todo\" - false","severity":"INFO","context":{}}
The trusted_org was left unchanged (todo), which is logical to return false. But according to the source code in pkg/plugins/trigger/trigger.go it should not have gone to this code path, because I'm a collaborator (my team is admins on this repository) and I'm a member and owner of my organization. And we are not using the review-required scheduler, only the in-repo
I did change the helm charts repositories 2 weeks ago, to github registry, as instructed, but I haven't done any other change to jenkin-x. Lighthouse chart went from 1.1.42 to 1.1.51.
Could it be a Github API change? Because what I did as a workaround is add my username to all the organizations repositories as a collaborator. I mean not just my team, but my username also.
The text was updated successfully, but these errors were encountered: