Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-30 | Fix linting errors and failing tests | Frederick Muriuki Muriithi | |
* scripts/register_sys_admin.py: fix linting error * tests/unit/auth/fixtures/oauth2_client_fixtures.py: hash client secret in database. The code expects it hashed in the database. | |||
2023-05-30 | Enable registering sys-admin on CLI | Frederick Muriuki Muriithi | |
To ease registration of system-admin user, provide a CLI script to register the user and mark them as sys admin in one go. |