Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration Away From requests Library #15

Open
georgetayqy opened this issue May 29, 2024 · 1 comment
Open

Migration Away From requests Library #15

georgetayqy opened this issue May 29, 2024 · 1 comment

Comments

@georgetayqy
Copy link
Contributor

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).

@georgetayqy
Copy link
Contributor Author

This issue will be KIV-ed for now, since we need the minimum POC up and running before we can consider how to make the SSL cert and keys more secure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant