From 251f283bee9b017f3a8a04132a1d2324f84476cf Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 4 Dec 2023 21:56:02 +0300 Subject: Close issues related to auth. --- topics/authentication/authentication-authorisation-design.gmi | 10 +++++----- .../authentication/replace-hard-coded-auth-with-gn-proxy.gmi | 2 +- topics/authentication/user-info.gmi | 6 +++++- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'topics') diff --git a/topics/authentication/authentication-authorisation-design.gmi b/topics/authentication/authentication-authorisation-design.gmi index 92b396e..9bb5727 100644 --- a/topics/authentication/authentication-authorisation-design.gmi +++ b/topics/authentication/authentication-authorisation-design.gmi @@ -154,8 +154,8 @@ The privileges shall come as part of the system, and shall not be UI manageable. The following issues are related to this topic. -=> /issues/authorisation Clean Up Authorisation (contains extra info) -=> /topics/authentication/replace-hard-coded-auth-with-gn-proxy Replace Hard coded authentication with gn-proxy -=> /topics/authentication/user-info Put user info in the a/c name in the menu -=> /issues/authentication_authorisation/migrate-user-accounts-from-redis Migrate User Accounts from Redis to new Auth DB -=> /issues/authentication_authorisation/build-oauth2-client-registration Build Registration Page for OAuth2 Clients +=> /issues/authorisation (closed) Clean Up Authorisation (contains extra info) +=> /topics/authentication/replace-hard-coded-auth-with-gn-proxy (closed) Replace Hard coded authentication with gn-proxy +=> /topics/authentication/user-info (closed) Put user info in the a/c name in the menu +=> /issues/authentication_authorisation/migrate-user-accounts-from-redis (closed) Migrate User Accounts from Redis to new Auth DB +=> /issues/authentication_authorisation/build-oauth2-client-registration (closed) Build Registration Page for OAuth2 Clients diff --git a/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi b/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi index 05ccb53..28a9f71 100644 --- a/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi +++ b/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi @@ -5,7 +5,7 @@ * assigned: bonfacem * priority: medium * type: enhancement -* status: in progress +* status: closed, completed * keywords: authentication, gn-proxy ## Description diff --git a/topics/authentication/user-info.gmi b/topics/authentication/user-info.gmi index 6a1bc33..85f7268 100644 --- a/topics/authentication/user-info.gmi +++ b/topics/authentication/user-info.gmi @@ -6,6 +6,10 @@ When the user signs in to GN2, there is no info on the account name in the menu. * assigned: bonfacem * priority: medium -* status: unclear +* status: closed, completed * type: bug * keywords: authentication, user info + +## Description + +The account name is displayed whenever the user is logged in. -- cgit v1.2.3