atomic-penguin / cookbook-krb5

Chef cookbook for Kerberos 5 authentication
Apache License 2.0
17 stars 19 forks source link

Until rkerberos supports writing keytabs, kinit first #33

Closed wolf31o2 closed 8 years ago

wolf31o2 commented 8 years ago

Since rkerberos doesn't support writing to keytabs, we shell out to run kinit before running kadmin since the shell doesn't inherit the Ruby Kerberos credentials.

Adding a codeclimate configuration, updating Gemfile for gem restrictions, adding Ruby 2.0 and 2.1 to Travis testing, and dropping Kitchen task from Rakefile due to errors when Kitchen fails after loading, like when Vagrant is missing.