summaryrefslogtreecommitdiff
path: root/issues/authentication_authorisation
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-05-22 09:09:39 +0300
committerFrederick Muriuki Muriithi2023-05-22 09:09:39 +0300
commitf965263e50e4615de669387aef968e128338e5d5 (patch)
tree1d9db68f1e5e0e5771683ea0e0e59a4f31064020 /issues/authentication_authorisation
parent47e4be153689b099d3005c4e7e33e0c6ffc53f03 (diff)
downloadgn-gemtext-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')
-rw-r--r--issues/authentication_authorisation/enable-user-masquerade.gmi13
-rw-r--r--issues/authentication_authorisation/migrate-user-accounts-from-redis.gmi8
-rw-r--r--issues/authentication_authorisation/migrate-user-collections.gmi4
-rw-r--r--issues/authentication_authorisation/use-authorisation-code-flow-for-authentication.gmi2
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 0000000..3c730ec
--- /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 5b9630b..1d804c4 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 c3fecbe..05dc8a2 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 7a10fa9..2762348 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