blink icon indicating copy to clipboard operation
blink copied to clipboard

No user with `role: editor` gets created during bootstrap

Open krtk6160 opened this issue 3 years ago • 2 comments

It looks like we are no longer creating the "editor" user that's being passed in the test_accounts array. I see we are doing something with the funder, dealer and bankowner here, but I don't know if that's where we need to add logic to include the admin user as well.

krtk6160 avatar Jan 07 '22 10:01 krtk6160

is that still an issue @krtk6160 ?

nicolasburtey avatar Mar 28 '22 02:03 nicolasburtey

@nicolasburtey Yes it is, but the title of the issue is not quite accurate, I'll modify it. We should add the editor user to the bootstrap migration script and the integration tests so that it also gets created along with the other mandatory accounts, and not in test_accounts.

krtk6160 avatar Mar 28 '22 07:03 krtk6160

we're moving away from test_accounts and going to use oauth2 and client_credentials in admin panel auth so closing as a no_fix

nicolasburtey avatar Sep 19 '23 19:09 nicolasburtey