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
Due to this, CheckMembership acl middleware is failing for all gitea users trying to access resources in their organization namespace.
This causes organization secrets and templates pages of Drone CI dashboard to crash.
The text was updated successfully, but these errors were encountered:
cod3rboy
changed the title
(missing feature) gitea driver does not have support for checking organization membership
(missing feature) add support to check organization membership in gitea driver
Aug 4, 2023
Organization service in gitea driver has missing implementation for
FindMembership
method.At line - https://github.com/drone/go-scm/blob/master/scm/driver/gitea/org.go#L25
Due to this,
CheckMembership
acl middleware is failing for all gitea users trying to access resources in their organization namespace.This causes organization secrets and templates pages of Drone CI dashboard to crash.
The text was updated successfully, but these errors were encountered: