onefact / healthcare-data

Examples of exploring synthetic healthcare data from the Agency for Healthcare Research and Quality in the United States Department of Health and Human Services, and MITRE Corporation.
https://onefact.github.io/synthetic-healthcare-data/
Apache License 2.0
4 stars 5 forks source link

Feature request: 2FA / Single sign on for sensitive data #9

Open jaanli opened 6 months ago

jaanli commented 6 months ago

The data we work with is not identifiable, but we should still protect our interactions with it.

One way to do this may be through our AWS portal? Then enable 2-factor authentication and SSO: https://docs.aws.amazon.com/singlesignon/latest/userguide/enable-mfa.html

@chrisgebert mentions that dbt interacts well with amazon s3:

https://github.com/onefact/healthcare-data/issues/5#issuecomment-2123004920

And the dashboard for health data we have built is hosted as a static website. So perhaps there is a way to enable 2FA for accessing the static website?

(For example, as we move to analyzing polygenic risk scores using researchallofus.org data, which is much more sensitive and needs to be as protected as possible without hindering our ability to iterate quickly. We're doing awesome at this btw)