- Feature Request: Create Test Accounts
issue opened on Sep 16 2024 by Frederick Muriuki Muriithi, last updated on Sep 17 2024 by Frederick Muriuki Muriithi
...the test accounts
We'll probably need to track the plain-text passwords for these accounts, probably.
Information to collect might include:
* Start of test period (automatic on test account creation...
- Migrate User Accounts from Redis to new Auth DB
✓ issue opened on Dec 22 2022 by Frederick Muriuki Muriithi, last updated on May 22 2023 by Frederick Muriuki Muriithi
...end the login process.
The user accounts information in redis is stored in a hash of the form:
```
{
<user-id:UUID>: {
"email_address": <:STRING>,
"full_name": <:STRING>,
"organization"...
- Rework Resources
✓ issue opened on Sep 06 2023 by Frederick Muriuki Muriithi, last updated on Feb 27 2024 by Frederick Muriuki Muriithi; 2 of 3 tasks done
...change
* keywords: auth, authorisation, resources, design change, gn-auth
## Description
The authorisation system uses the idea of "Resources" as its most basic model: users have privileges to act...
- Temporary Traits Access Concerns
issue opened on Aug 03 2023 by Frederick Muriuki Muriithi
...achive this are:
* Change the names to make them hard to guess - maybe use hashes
* Use the auth system to control access to the traits in a robust way
These pathways are not mutually exclusive, which...
- Clean up Authorisation
✓ issue opened on Nov 19 2021 by BonfaceKilz, last updated on Dec 04 2023 by Frederick Muriuki Muriithi; 4 of 4 tasks done
...to change privileges for phenotype data, you have to do it trait by trait (or at least to a selection of traits you manually choose). But for mRNA ("ProbeSet") traits you can just refer to the entire...