"""Generic header keys.""" CORRELATION_ID = "Correlation-Id" GRASS_ACCOUNT_TYPE = "Grass-Account-Type" GRASS_ACCOUNT_ID = "Grass-Account-Id" GRASS_ACCOUNT_TYPE_VENDOR = "vendor" GRASS_ACCOUNT_TYPE_SUBACCOUNT = "subaccount" ORCHARD_USER_ID = "Orchard-User-Id" OA_USER_PREFIX = "oa:" # JWT authorization BULK_ASSET_DOWNLOAD_IDENTITY_UUID = "7742e7b8-850b-45b7-8786-c16c43b7897b" AUTHORIZED_IDENTITIES = [ BULK_ASSET_DOWNLOAD_IDENTITY_UUID, ]