This PR will add the secured-filesystem-metadata-routes to the optionally-authenticated-routes, allowing them to be accessed without the /secured prefix, and allowing anonymous access for the GET endpoints.
POST and CSV download endpoints still require authentication.
This is required in order for Local Contexts Labels and Notices to be viewed by logged out users for public data under Community Data folders.
This PR will add the
secured-filesystem-metadata-routes
to theoptionally-authenticated-routes
, allowing them to be accessed without the/secured
prefix, and allowinganonymous
access for the GET endpoints.POST and CSV download endpoints still require authentication.
This is required in order for Local Contexts Labels and Notices to be viewed by logged out users for public data under Community Data folders.