1

How to pass in kerberos token for authentication to kerborized mongo cluster through restheart? Should I do some custom implementation?

FYI Kerberos Authentication works fine when I use native mongo client in java/scala.

Thanks In Advance

smadhava
  • 63
  • 7

1 Answers1

1

The current RESTHeart version 1.0.3 does not support Kerberos authentication.

However if you get the latest development version from github, it allows defining the MongoDB connection via a connection URI.

This should allow to use Kerberos authentication. However I haven't tried it yet.

The new configuration option is called mongo-uri.

Andrea Di Cesare
  • 1,125
  • 6
  • 11