bloomberg / chef-bach

Chef recipes for Bloomberg's deployment of Hadoop and related components
Apache License 2.0
61 stars 66 forks source link

configure_kerberos usage and using #1301

Closed cbaenziger closed 5 years ago

cbaenziger commented 6 years ago

Need to use configure_kerberos in wrapper recipes:

For example, the code in smoke_test_wrapper could much better use configure_kerberos.

aespinosa commented 6 years ago

IIRC configure_kerberos can't handle non-host keytabs or something. Needs to be refactored to be able to generate "user keytabs"

macmaster commented 6 years ago

Here's a useful extended grep for finding all of the references to the keytab dir attribute in the cookbooks: egrep -irn "\[[:'\"]?keytab['\"]?\]\[[:'\"]?dir['\"]?\]" cookbooks/

cbaenziger commented 6 years ago

It seems what got my attention with smoke_test_wrapper is that I was accidentally running with kerberos disabled for reference. Thanks for the heads-up @aespinosa.