Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

HashiCorp Ships Public Beta of Vault Kubernetes Key Management

HashiCorp has released a public beta of Vault Kubernetes key management, a KMS v2-compatible plugin that lets the Kubernetes API server delegate envelope encryption to Vault Enterprise, moving the key encryption keys that protect etcd data out of the cluster and into a separately governed trust domain. By Mark Silvester

HashiCorp has released the public beta of Vault Kubernetes key management, a KMS v2-compatible plugin called vault-kube-kms. This new addition allows Kubernetes clusters to use Vault Enterprise as their KMS provider for encryption at rest, offloading envelope encryption to Vault and protecting Kubernetes Secrets and other API resources stored in etcd.

By keeping the standard envelope encryption split, Kubernetes still generates and uses data encryption keys (DEKs) to encrypt sensitive resource data before it is written to etcd, preserving the throughput the API server expects. The DEK seed is protected by key encryption keys (KEKs) held in Vault, where the transit secrets engine performs the cryptographic operations.

This split of duties benefits regulated teams by enabling Kubernetes to handle high-volume encrypt and decrypt calls, while Vault owns key lifecycle, rotation, policy enforcement, and audit.

Brief written by urgent.news from InfoQ's own syndicated text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at infoq.com →

More in Tech

🛴 Urban Lab Goes Open Source: Smart Scooters, Monero Escrow & Open Hardware"

🛴 Urban Lab Goes Open Source: Smart Scooters, Monero Escrow & Open Hardware What started as an idea for a smart electric scooter is becoming something much bigger. Urban Lab is going open source.

  • Urban Lab transforms smart scooters into open source mobility infrastructure.
  • Hardware, firmware, AI services, and escrow experiments are open source.
  • Payment architecture uses Monero-based 2-of-3 multisig escrow workflow.

Implementing Node.js Support Triage — Summarize PDF Pages with Embeddings

Short answer: for B2B support triage, split PDF retrieval from answer generation, rerank a small evidence set, and let the final summary assign a queue only when the cited pages support that decision.

  • Implement three-step process for B2B support triage using Node.js semantic search
  • Define separate ports for vector search, reranking, and structured generation
  • Retain document IDs, page numbers, and metadata to preserve citation integrity