简体   繁体   English

用于 Kafka 分布式连接器的保险库

[英]Vault for Kafka distributed connectors

I am using a JBoss based vault to secure sensitive data such as the database credentials.我正在使用基于JBoss 的保险库来保护敏感数据,例如数据库凭据。

I use a Java based HTTP REST client to create distributed Kafka connectors but ended up with a security concern such that a request for the connector's "config" exposes the sensitive credentials in the response.我使用基于 Java 的 HTTP REST 客户端来创建分布式 Kafka 连接器,但最终出现了安全问题,因此对连接器“配置”的请求会在响应中公开敏感凭据。

I referred this official documentation but could not get much help in the context of JBoss vault.我参考了这个官方文档,但在 JBoss 保险库的上下文中没有得到太多帮助。

Any pointers or references that directly addresses this specific problem is very much appreciated.任何直接解决这个特定问题的指针或引用都非常感谢。

Any references to alternate open source (and free to use) Vault based solutions would also be of great help.任何对替代开源(和免费使用)基于 Vault 的解决方案的引用也会有很大帮助。

You'd have to write code that implements the ConfigProvider interface of the Connect API, mentioned there.您必须编写代码来实现 Connect API 的 ConfigProvider 接口,在那里提到。

You can browse Kafka source code on Github to see the existing File one, but that KIP (which references Hashicorp Vault) and the source files are the only such documentation for now.您可以在 Github 上浏览 Kafka 源代码以查看现有文件一,但 KIP(引用 Hashicorp Vault)和源文件是目前唯一的此类文档。

Connect doesn't use JBoss, either, so you'd have to find a way around that Connect 也不使用 JBoss,因此您必须找到解决方法

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

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