Windshaft-cartodb/test/acceptance
Raul Ochoa e8ab3a48c6 Removes TemplateMaps dependency on SignedMaps
- Token validation is done against the template
 - Template is always extended with default values for auth and placeholders
 - MapConfig is extended, in order to validate auth_toknes, with template info:
    - template name
    - template auth
 - No more locks to create, update or delete templates
    - Trusting in redis' hash semantics
    - Some tradeoffs:
        * A client having more templates than allowed by a race condition
        between limit (HLEN) check and creation (HSET)
        * Updating a template could happen while the deleting it, resulting in
        in a new template
        * Templates already instantiated will be accessible thrught their
        layergroup so it is possible to continue requesting tiles/grids/etc.
 - Authorization is now handled by template maps
2015-01-22 15:40:40 +01:00
..
cache_validator.js Put VarnishEmu in its own module 2012-10-05 16:24:35 +02:00
health_check.js Remove query tables api dependency from health check 2015-01-13 12:09:02 +01:00
multilayer.js Allow a different cache-control max-age for layergroup responses 2014-10-24 16:05:41 +02:00
server.js Starts using mapnik 2.3.x via windshaft upgrade 2014-09-24 15:54:13 +02:00
templates.js Removes TemplateMaps dependency on SignedMaps 2015-01-22 15:40:40 +01:00