简体   繁体   English

Restheart Mongo客户端服务器的Kerberos身份验证

[英]Kerberos authentication for restheart mongo client server

How to pass in kerberos token for authentication to kerborized mongo cluster through restheart? 如何通过restheart将kerberos令牌进行身份验证传递给内核化的mongo集群? Should I do some custom implementation? 我应该做一些自定义实现吗?

FYI Kerberos Authentication works fine when I use native mongo client in java/scala. 当我在Java / scala中使用本机mongo客户端时,FYI Kerberos身份验证工作正常。

Thanks In Advance 提前致谢

The current RESTHeart version 1.0.3 does not support Kerberos authentication. 当前的RESTHeart版本1.0.3不支持Kerberos身份验证。

However if you get the latest development version from github, it allows defining the MongoDB connection via a connection URI . 但是,如果您从github获得最新的开发版本,则它允许通过连接URI定义MongoDB连接。

This should allow to use Kerberos authentication. 这应该允许使用Kerberos身份验证。 However I haven't tried it yet. 但是我还没有尝试过。

The new configuration option is called mongo-uri . 新的配置选项称为mongo-uri

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM