Moved to https://gitlab.developers.cam.ac.uk/uis/devops/lookup/lookupproxy
This is a proxy API for the University of Cambridge Lookup service. It must be hosted within the CUDN but may be used to provide access to the Lookup service for clients outside of the CUDN.
Clients are authorised by means of an OAuth2 token with appropriate scope. See the documentation for further details.
This application ships with a basic packaging using Docker. It makes use of gunicorn to serve the docker application and, via whitenoise, to serve static files. The container is configured to use lookupproxy.settings.docker by default as the Django settings. In use you probably want to override this with a settings module which includes at least the OAuth2 configuration and SECRET_KEY setting.