Skip to content

Add optional cache viewer resource to core implementation

Martin Lowe requested to merge malowe/master/cache-viewer into master

Adds an endpoint to view cache layer and reset keys manually. New request filter added to enable optional paths (to turn on/off the resources), and add a special UUID key that is refreshed on application start. This key is used to secure the cache endpoint that may have sensitive data in the keys when there may not be authentication present.

Merge request reports