User Story
In order to improve cloudfront cache hit rate, datagov team wants exlcude from_hint from the cache key in the cloudfront cache policy.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
curl -Is https://catalog-beta.data.gov/dataset/inventory-of-owned-and-leased-properties-iolp?from_hint=1 | grep x-cache:
Background
[Any helpful contextual notes or links to artifacts/evidence, if needed]
Security Considerations (required)
[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]
Sketch
This needs to be coordinated with cg support team to edit cache policy.
User Story
In order to improve cloudfront cache hit rate, datagov team wants exlcude
from_hintfrom the cache key in the cloudfront cache policy.Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
x-cache: Hit from cloudfrontthen change
from_hintin the url string to use any some other number. You should NOT seex-cache: Miss from cloudfrontBackground
[Any helpful contextual notes or links to artifacts/evidence, if needed]
Security Considerations (required)
[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]
Sketch
This needs to be coordinated with cg support team to edit cache policy.