You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the podman unshare shell, change directories to the location of the sqlite db file
cd /home/ec2-user/quay-install/sqlite-storagesqlite3 quay_sqlite.dbsqlite3 /sqlite-storage/quay_sqlite.dbsqlite> UPDATE user SET password_hash = 'HASH_FROM_STEP_1' WHERE username = 'init';sqlite> UPDATE user SET invalid_login_attempts = 0 WHERE username = 'init';sqlite> quitexit
Restart the quay app service
systemctl --user start quay-app
Adding a new user to the mirror registry and making them super user
Create new user
On the main quay web page click, create user, follow prompts
systemctl --user stop quay-app
modify the config.yaml and add the new user under the SUPER_USER section