Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] kerberos auth

Hey folks,

I just converted my accumulo to 1.7 and enabled kerberos auth. Now I need to get geomesa-quickstart to work with kerberos auth.

Currently, it looks like the current AccumuloDataStoreFactory's buildAccumuloConnector function is tied to password auth, at least in rc7_a1.7_h2.5 branch (thanks, Jim!) and master branch.

https://github.com/locationtech/geomesa/blob/master/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactory.scala#L167


I am curious if there is any plan to support kerberos auth of accumulo in geomesa.

Thanks.
-Simon

Back to the top