artefactual-labs / am

Development environment for Archivematica
https://archivematica.org
GNU Affero General Public License v3.0
10 stars 20 forks source link

Add --superuser to create_user call in SS bootstrap #57

Closed jrwdunham closed 6 years ago

jrwdunham commented 6 years ago

Now that the "test" user is not create by the Storage Service, the call to the management command to create it must now pass the --superuser flag in order to create a superuser. If not, subsequent API calls will fail because of insufficient permissions (authorization).

Connected to #56.