washed-out / asgi-gssapi

ASGI Kerberos/GSSAPI Authentication Middleware with delegation support
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Add an integration test or two #3

Open da1910 opened 2 years ago

da1910 commented 2 years ago

For one of our projects we use this library in a container setup that allows us to test client authentication against a "real" kerberized host. It would be relatively trivial to adapt that setup to test this library against kerberos clients.

See https://github.com/pyansys/openapi-common for our approach for client testing. I can make the dockerfiles for the KDC available if you like.