Description
As a part of ACCUMULO-2815 and ACCUMULO-3513, a KerberosIT was added that work, although there is no way to run the existing IT suite against a secure cluster.
It would be ideal to be able to run all tests against an Accumulo cluster using Kerberos, even better would be the ability to have a -DuseKerberosForITs flag like SSL.
The big change will be the management of users as PasswordTokens will no longer be valid. Creating and using keytabs for test users isn't an issue, but avoiding rewriting every test with a conditional block might be tricky since we currently have no use of UserGroupInformation in our normal tests.
Attachments
Issue Links
- relates to
-
ACCUMULO-3655 tool.sh erroneously complains about multiple zookeeper*.jar files in ZOOKEEPER_HOME
- Resolved
-
ACCUMULO-3629 AccumuloInputFormat constructs default ClientConfiguration instead of using serialized connection information
- Resolved