2 个仓库
Mechanisms for verifying the identity of worker nodes joining a cluster using certificates or keys.
Distinct from Worker Node Management: Distinct from Worker Node Management: focuses specifically on the authentication and registration process rather than general configuration or monitoring.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Node Authentications. Refine with filters or upvote what's useful.
Boundary 是一个身份感知访问代理和特权访问管理工具。它通过将经过验证的用户身份映射到细粒度权限来代理与基础设施目标的网络连接,为服务器和数据库提供网关,而无需静态凭据或 VPN。 该系统通过即时连接和自动化凭据注入脱颖而出,在会话初始化期间向用户提供短效密钥。它使用仅允许的基于角色的访问控制和分层资源范围来实现可组合的安全模型,以隔离安全域并限制爆炸半径。 该平台为基础设施审计提供了广泛的功能,包括会话记录和用于事件时间线重建的维度审计日志记录。它支持从云平台自动发现资源,并通过将流量桥接到私有网络的 Worker 节点管理网络连接。身份验证通过原生账户或通过 OpenID Connect 身份桥接处理。 Boundary 可以作为自托管安装或托管云服务进行部署。
Implements X.509-based PKI or KMS-based mechanisms for secure, zero-touch registration of worker nodes.
This project is a blockchain node software implementation that maintains a decentralized ledger using the Ouroboros proof-of-stake consensus protocol. It provides a complete environment for operating a distributed record, including a cryptocurrency wallet backend and a peer-to-peer network layer. The system is distinguished by its use of a UTXO-based ledger model and a diffusion-based state synchronization layer for node communication. It integrates a Public Key Infrastructure with TLS-authenticated communication to secure inter-node traffic and employs hierarchical deterministic key derivati
Secures inter-node traffic using a Public Key Infrastructure and X.509 certificates to verify network identities.