taggit-tacc / taggit

2 stars 1 forks source link

task/WG-140: add app information to request for analytics-related logging #119

Closed nathanfranklin closed 8 months ago

nathanfranklin commented 9 months ago

Overview:

~This PR adds the application information (i.e. "taggit", "hazmapper") to the request header to be used by the backend for analytics-related logging.~

This PR adds the application information (i.e. "taggit", "hazmapper") to requests to be used for or analytics-related logging. This PR has been updated to disable added headers and use query params on a single route instead. Headers can't be used due to https://tacc-main.atlassian.net/browse/WG-191 . The use of headers is left in code but commented out; to be re-used in WG-192 when we start using Taips V3.

See https://github.com/TACC-Cloud/geoapi/pull/161 for more details.

Related Jira tickets:

Testing Steps:

See https://github.com/TACC-Cloud/geoapi/pull/161