Skip to content

okolo/certificateservice

 
 

Repository files navigation

Certificate service

Partial backend server for https://github.com/cta-epfl/ctadata.

Installation

For use as a JupyterHub service, run:

poetry install

For standalone service without JupyterHub :

poetry install --without jupyterhub

Note, however, that in this mode the service will not check authorization and will by default fail to respond to any request for restricted data. However, if CTACS_DISABLE_ALL_AUTH application config is set, the service will authorize all requests: this way this mode can also be used for for testing.

For testing, add the following argument --with test.

About

Certificate service for Jupyterhub

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 78.9%
  • HTML 12.7%
  • Shell 7.7%
  • Makefile 0.7%