Geta / geta-notfoundhandler

The popular NotFound handler for ASP.NET Core and Optimizely, enabling better control over your 404 page in addition to allowing redirects for old URLs that no longer works.
Apache License 2.0
20 stars 16 forks source link

Feature request: Granular permissions in the NotFoundHandler #116

Open ArildHenrichsen opened 8 months ago

ArildHenrichsen commented 8 months ago

While the module currently allows configuring which roles can access the NotFoundHandler Admin UI, I suggest introducing a more granular approach to access.

E.g. We want one group of editors to be able to access the "Redirects" tab to manually add entries, but we don't want those to access the "Administer" tab where they can do a lot of unintentional damage with the XML bulk import or bulk delete.

Suggestion: Allow config of specific roles for the various tool tabs (Redirects, Regex Redirects, Suggestions, Ignored, Deleted, Administer)

ArildHenrichsen commented 8 months ago

@marisks any chance of this request being investigated?

ArildHenrichsen commented 7 months ago

@ellinge @marisks ping :-)