pyceo/ceod/api
Max Erenberg 539de01c4d
continuous-integration/drone/push Build is passing Details
use admin GSSAPI creds for some API endpoints (#45)
Office staff currently can't sign up new members because ceod uses their GSSAPI credentials to authenticate to LDAP, and those credentials are insufficient.

This PR uses the ceod/admin credentials instead for signing up new members and for renewing existing memberships.

Reviewed-on: #45
2022-03-12 15:19:14 -05:00
..
__init__.py add app factory 2021-07-24 21:09:10 +00:00
app_factory.py use admin GSSAPI creds for some API endpoints (#45) 2022-03-12 15:19:14 -05:00
cloud.py Add container registry API (#42) 2022-01-01 00:49:05 -05:00
database.py Add database CLI (#15) 2021-09-11 13:33:43 -04:00
error_handlers.py use NGINX with acme.sh 2021-11-28 22:35:46 -05:00
groups.py Implement Groups API (#6) 2021-08-19 12:58:59 -04:00
mailman.py use ConfigParser 2021-08-03 23:19:33 +00:00
members.py use admin GSSAPI creds for some API endpoints (#45) 2022-03-12 15:19:14 -05:00
positions.py Positions CLI (#11) 2021-09-08 09:32:34 -04:00
spnego.py store GSSAPI token in flask.g 2021-08-28 05:51:48 +00:00
utils.py Expire member cli and api (#33) 2021-12-11 16:30:18 -05:00
uwldap.py add tests for UWLDAP API 2021-08-19 04:56:25 +00:00