consoleme icon indicating copy to clipboard operation
consoleme copied to clipboard

Feature request: Make index page and enabled/disabled pages configurable

Open kmcquade opened this issue 4 years ago • 0 comments

@castrapel mentioned that the index page can be disabled and have it point to another endpoint by modifying the internal routes here

He also mentioned that for modifying the header page, you are working on refactoring that into react. More notes From our chat for your reference:

What you should be able to do for the internal routes is: (r"/?", PolicyViewHandler). Your "/" route should take precedence over the OSS routes here: https://github.com/Netflix-Skunkworks/consoleme/blob/master/consoleme/routes.py

kmcquade avatar Sep 09 '20 19:09 kmcquade