Support receiving and updating ssh keys from upstream live
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Aug 2020 15:24:27 +0000 (17:24 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Aug 2020 15:25:06 +0000 (17:25 +0200)
commit07f398766a5df047f4e31feea75999a83c2bf7d0
tree0f3addd7361bbf7bce726efaec82c5e8efe6bb7f
parent222dacada6be80b0d289fd99690e4decb9e10f1f
Support receiving and updating ssh keys from upstream live

This includes adding an API endpoint for push changes from the new
community authentication API.
gitadmin/gitadmin/adm/apps.py [new file with mode: 0644]
gitadmin/gitadmin/adm/urls.py
gitadmin/gitadmin/adm/util.py
gitadmin/gitadmin/settings.py