grafana/pkg
Marcus Efraimsson f778c1d971
Security: Responses from backend should not be cached (#16848)
Currently all API requests set Cache-control: no-cache to avoid browsers 
caching sensitive data. This fixes so that all responses returned from 
backend not are cached using http headers. The exception is the data proxy 
where we don't add these http headers in case datasource backend needs 
to control whether data can be cached or not.

Fixes #16845
2019-05-06 09:22:59 +02:00
..
api Security: Responses from backend should not be cached (#16848) 2019-05-06 09:22:59 +02:00
bus bus: noop should still execute fn 2018-06-15 12:46:20 +02:00
cmd Chore: revise some of the gosec rules (#16713) 2019-05-01 11:36:02 +02:00
components Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
events feat(signup): progress on new sign up and email verification flow, #2353 2015-08-28 15:14:24 +02:00
extensions LDAP Refactoring to support syncronizing more than one user at a time. (#16705) 2019-04-26 15:47:16 +03:00
infra Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
log Chore: a bit of spring cleaning (#16710) 2019-04-23 11:24:47 +03:00
login LDAP: Added reload endpoint for LDAP config (#15470) 2019-05-03 14:53:07 +02:00
middleware Security: Responses from backend should not be cached (#16848) 2019-05-06 09:22:59 +02:00
models Auth: Enable retries and transaction for some db calls for auth tokens (#16785) 2019-04-30 14:42:01 +02:00
plugins LDAP: Added reload endpoint for LDAP config (#15470) 2019-05-03 14:53:07 +02:00
registry add functionality to override service in registry 2018-10-30 13:37:30 +01:00
services LDAP: Added reload endpoint for LDAP config (#15470) 2019-05-03 14:53:07 +02:00
setting Config: Fixes bug where timeouts for alerting was not parsed correctly (#16784) 2019-04-30 12:05:38 +02:00
tsdb Datasources: add support for POST HTTP verb for InfluxDB (#16690) 2019-05-02 15:30:37 +02:00
util Chore: Use x/xerrors instead of pkg/errors (#16668) 2019-04-23 11:50:31 +02:00