log pkg/auth/opendb.go @ 5736:55892008ec96 default tip

age author description
Tue, 21 Sep 2021 15:39:51 +0200 Sascha L. Teichmann Only active users can get a session token. deactivate-users
Sun, 16 Feb 2020 15:16:22 +0100 Sascha L. Teichmann Load and prepare data models for layer groups. TODO: Feed config to GeoServer. fairway-marks-import
Fri, 02 Aug 2019 17:08:58 +0200 Sascha L. Teichmann Made 'golint' and 'staticcheck' happy with auth package.
Mon, 26 Nov 2018 10:45:51 +0100 Sascha L. Teichmann Added comments how to use the impersonating database connections from the session middleware.
Sun, 25 Nov 2018 15:56:07 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument of auth.RunAs.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Sat, 29 Sep 2018 23:33:14 +0200 Sascha L. Teichmann Started with endpoint to upload geo style. geo-style
Mon, 27 Aug 2018 15:27:26 +0200 Sascha L. Teichmann Consolidate configuration parameters.
Fri, 24 Aug 2018 15:30:31 +0200 Sascha L. Teichmann Use metamorphic database connections for auth.RunAs(). metamorph-for-all
Fri, 24 Aug 2018 13:56:06 +0200 Sascha L. Teichmann First stab to use the metamorphic db to do all database stuff. metamorph-for-all
Wed, 22 Aug 2018 17:56:16 +0200 Sascha L. Teichmann Don't use hex encoding for user impersonation when running it from a planned statement.
Wed, 22 Aug 2018 17:43:30 +0200 Sascha L. Teichmann Used hex-encoded usernames and a stored procedure to decode them to impersonate with the metamorph user.
Wed, 22 Aug 2018 16:18:14 +0200 Sascha L. Teichmann Baild out og RunAs if no metamorphic user is configured.
Wed, 22 Aug 2018 11:05:59 +0200 Sascha L. Teichmann Only let users in which are listed in users.list_users.
Tue, 21 Aug 2018 18:29:34 +0200 Sascha L. Teichmann Only allow log in if user has at least one of the roles 'sys_admin', 'waterway_admin', 'waterway_user'.
Tue, 21 Aug 2018 11:33:19 +0200 Sascha L. Teichmann Removed db service user. Use an impersonated metamorph user instead.
Wed, 15 Aug 2018 18:44:48 +0200 Sascha L. Teichmann Fix for wamos/issue96 (Login Behavior: names with spaces don't work)
Wed, 15 Aug 2018 17:30:50 +0200 Sascha L. Teichmann Moved project specific Go packages to new pkg folder. base auth/opendb.go@b100a5a4cdac