Commit d1d58d41 authored by Johann Wagner's avatar Johann Wagner Committed by Yureka
Browse files

nixos/tests/librenms: Adding db seed to have admin role

parent 2645a913
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ in
        API_USER_NAME=api
        API_TOKEN=${api_token} # random md5 hash

        # seeding database to get the admin roles
        ${pkgs.librenms}/artisan db:seed --force --no-interaction

        # we don't need to know the password, it just has to exist
        API_USER_PASS=$(${pkgs.pwgen}/bin/pwgen -s 64 1)
        ${pkgs.librenms}/artisan user:add $API_USER_NAME -r admin -p $API_USER_PASS