Awesome, thanks Bryan! I'm halfway through that (got klist view) and it's working great so far.
On Wed, Oct 24, 2018 at 9:36 AM Bryan Bende <[email protected]> wrote: > There is a docker-kdc project that is easy to use: > > > https://bryanbende.com/development/2016/08/31/apache-nifi-1.0.0-kerberos-authentication > > It was made before docker for mac was good/popular and it previously > relied on boot2docker, but I made the following modification to not > use boot2docker.... > > docker-kdc$ git diff > diff --git a/kdc b/kdc > index 9410fc5..0a887e1 100755 > --- a/kdc > +++ b/kdc > @@ -90,10 +90,10 @@ CONTROL_VM='VBoxManage controlvm boot2docker-vm' > GET_KDC_HOST="echo $KDC_NATHOST" > > # Adjust container in case of OSX. > -if [[ $OSTYPE =~ darwin.+ ]]; then > - CONTAINER='boot2docker' > - GET_KDC_HOST='boot2docker ip' > -fi > +#if [[ $OSTYPE =~ darwin.+ ]]; then > +# CONTAINER='boot2docker' > +# GET_KDC_HOST='boot2docker ip' > +#fi > > On Wed, Oct 24, 2018 at 7:35 AM Mike Thomsen <[email protected]> > wrote: > > > > Looking for suggestions on local development and testing with kerberos. > We > > have a kerberized cluster set up in an AWS instance, but it's more for > UAT > > than development. Anyone have any suggestions/experience, say, setting > up a > > Mac or Linux box for developing and testing like this? > > > > Thanks, > > > > Mike >
