diff options
| author | Frederick Muriuki Muriithi | 2023-05-22 09:09:39 +0300 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2023-05-22 09:09:39 +0300 |
| commit | f965263e50e4615de669387aef968e128338e5d5 (patch) | |
| tree | 1d9db68f1e5e0e5771683ea0e0e59a4f31064020 /issues/authentication_authorisation | |
| parent | 47e4be153689b099d3005c4e7e33e0c6ffc53f03 (diff) | |
| download | gn-ai-f965263e50e4615de669387aef968e128338e5d5.tar.gz | |
Close issues. New issue.
* issues/authentication_authorisation/enable-user-masquerade.gmi: New issue: Enable User Masquerade * issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi Close issue: WONTFIX * issues/authentication_authorisation/migrate-user-collections.gmi: Close issue: completed * issues/authentication_authorisation/use-authorisation-code-flow-for-authentication.gmi Close issue: completed
Diffstat (limited to 'issues/authentication_authorisation')
4 files changed, 23 insertions, 4 deletions
diff --git a/issues/authentication_authorisation/enable-user-masquerade.gmi b/issues/authentication_authorisation/enable-user-masquerade.gmi new file mode 100644 index 00000000..3c730ecd --- /dev/null +++ b/issues/authentication_authorisation/enable-user-masquerade.gmi @@ -0,0 +1,13 @@ +# Enable User Masquerade + +## Tags + +* assigned: fredm, zsloan, zachs +* priority: medium +* status: open +* keywords: authentication, authorisation, oauth2 +* type: feature request + +## Description + +To enable debug of issues, or to support some user request, we need to build in a masquerade feature to enable the system admin to masquerade as a particular user and perform actions as said user. diff --git a/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi b/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi index 5b9630b2..1d804c43 100644 --- a/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi +++ b/issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi @@ -4,12 +4,18 @@ * assigned: fredm, zsloan, zachs * priority: high -* status: pending +* status: closed, wontfix * keywords: authentication, authorisation, oauth2 * type: feature request ## Description +After some discussion, this issue was deemed unnecessary. + +Users will have to register anew and their access details reconfirmed. + +-------------------- + Currently, on GN2, user details are stored in Redis. We need to migrate these to the new auth database (SQLite3) in order to be able to use that system. As part of that migration, we need that any particular user's privileges be maintained across all the resources they have access to - in the best possible way. diff --git a/issues/authentication_authorisation/migrate-user-collections.gmi b/issues/authentication_authorisation/migrate-user-collections.gmi index c3fecbe2..05dc8a21 100644 --- a/issues/authentication_authorisation/migrate-user-collections.gmi +++ b/issues/authentication_authorisation/migrate-user-collections.gmi @@ -2,9 +2,9 @@ ## Tags -* assigned: zachs +* assigned: zachs, fredm * priority: critical -* status: open +* status: closed, completed * keywords: authentication, authorisation, oauth2, user collections * type: bug diff --git a/issues/authentication_authorisation/use-authorisation-code-flow-for-authentication.gmi b/issues/authentication_authorisation/use-authorisation-code-flow-for-authentication.gmi index 7a10fa90..27623489 100644 --- a/issues/authentication_authorisation/use-authorisation-code-flow-for-authentication.gmi +++ b/issues/authentication_authorisation/use-authorisation-code-flow-for-authentication.gmi @@ -4,7 +4,7 @@ * assigned: fredm * priority: critical -* status: open +* status: closed, completed * keywords: authentication, authorisation, oauth2, authorisation code flow * type: feature request, improvement |
