Hello,
I have updated our server to 17.12.0 (5626-cb7df2ffe421e43f2a682a7a323cb3a3e30734cc) server with file-based auth (see relevant config section below). When I put my user/password on the web interface (http://XXX:8153/go/auth/login <http://xxx:8153/go/auth/login>), the plugin authenticates successfully (see relevant logs below) but the web interface login does not go through (it just returns to http://XXX:8153/go/auth/login <http://xxx:8153/go/auth/login> with blank user/password.) What should I do? Thanks, ----- <security> <authConfigs> <authConfig id="file-auth-config" pluginId="cd.go.authentication.passwordfile"> <property> <key>PasswordFilePath</key> <value>/home/go/passwd</value> </property> </authConfig> </authConfigs> <roles> <role name="ReadOnlyUsers" /> <role name="OperateUsers" /> </roles> <admins> <user>myuser</user> </admins> </security> ------ Under plugin-cd.go.authentication.passwordfile.log I get: 2017-12-26 11:33:35,240 INFO [qtp1208736537-33] PasswordFilePlugin:57 - [Authenticate] Authenticating User: myuser using auth_config: file-auth-config 2017-12-26 11:33:35,240 INFO [qtp1208736537-33] PasswordFilePlugin:57 - [Authenticate] User `myuser's password is hashed using SHA1. Please use bcrypt hashing instead. 2017-12-26 11:33:35,241 INFO [qtp1208736537-33] PasswordFilePlugin:57 - [Authenticate] User `myuser` successfully authenticated using auth config: file-auth-config -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
