-
Notifications
You must be signed in to change notification settings - Fork 11
Update to API-gateway user header #67
Copy link
Copy link
Open
Description
Line 218 in a1f7909
| user_id = request.headers.get('X-Adsws-Uid', 'default') |
This line needs to be updated to
user_id = request.headers.get('X-api-uid', 'default')It was corrected in the original doctype_boost hotfix, but has not been merged into the mainline solr-service
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels