Allow anonymous access to Epic Issues API for public groups & epics

Proposal

See documentation at https://docs.gitlab.com/ee/api/epic_issues.html

This endpoint is authenticated even though public groups and epics are available anonymously via the API.

For example try:

versus:

The endpoint should not be authenticated but should be available to anonymous users, showing the issues that are available via the user interface (gitlab-com/gl-infra&447 (closed)).