Skip to content

Use python-gssapi for kinit

Duncan Macleod requested to merge github/fork/duncanmmacleod/gssapi into main

This PR reimplements gwpy.io.kerberos.kinit() using python-gssapi, so that we don't have to use subprocess, which can introduce security holes.

Merge request reports