Skip to content

Migration Away From requests Library #15

@georgetayqy

Description

@georgetayqy

The requests module currently being used requires key and cert files to be stored on the filesystem.

However, since we are migrating the application to the cloud, it might be necessary to store the key and cert files in memory instead to avoid retaining sensitive customer credentials on our cloud systems.

Let's move to migrate away from requests to another modern HTTP request library and SSL library that permits in-memory key files (such as urllib3 and PyOpenSSL).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions