"""Generic header keys.""" CORRELATION_ID = 'Correlation-Id' CONTENT_TYPE = 'Content-Type' # user based context GRASS_ACCOUNT_TYPE = 'Grass-Account-Type' GRASS_ACCOUNT_ID = 'Grass-Account-Id' ORCHARD_USER_ID = 'Orchard-User-Id' VENDOR_GRASS_TYPE = 'vendor' SUBACCOUNT_GRASS_TYPE = 'subaccount' # profile based context ORCHARD_PROFILE_TYPE = 'Orchard-Profile-Type' ORCHARD_PROFILE_ID = 'Orchard-Profile-Id' ORCHARD_IDENTITY_ID = 'Orchard-Identity-Id' ORCHARD_REQUESTOR_SERVICE = 'Orchard-Requestor-Service'