hashicorp / vault-plugin-auth-kerberos

A plugin for HashiCorp Vault enabling Kerberos authentication.
Mozilla Public License 2.0
17 stars 18 forks source link

Prevent panics from readBytes in gokrb5 keytab/keytab.go #26

Closed tyrannosaurus-becks closed 4 years ago

tyrannosaurus-becks commented 4 years ago

This PR pulls my fork's fix for https://github.com/jcmturner/gokrb5/issues/339. Identical PR lives at https://github.com/jcmturner/gokrb5/pull/340 and we'll want to watch for if/when that's merged into master.