The Wire · Showcase
CONSUL ADDS ENTERPRISE EXTERNAL AUTH LAYER, DOCS SHED DEPRECATED HVAULT CODE
By RepoJournal · Filed · About HashiCorp
Consul's API Gateway now supports external authorization enforcement through a new enterprise-only surface, while the docs team systematically removes HashiVault references across the unified platform.
Consul shipped a three-layer config model for external authorization (`ext_authz`) on its API Gateway [1], with the enforcement behavior gated to enterprise customers while the shared CE surface ships in the open codebase. This keeps the feature invisible in community editions but ready for enterprise deployments without additional maintenance burden. The release is backed by fresh hygiene workflows [2] that will catch release engineering issues before they ship, though these checks run non-blocking initially to let teams adjust. On the docs front, HashiVault references are being systematically purged from the Vault Secrets Operator, API references, and supporting materials [ref:5,ref:7], with proper redirect chains already verified and HVS CLI docs moved to the deprecated directory [4]. A separate fix addresses a malformed table in the explorer API reference . Packer's plugin SDK caught up on module dependencies and fixed an unchecked error condition [5], a small but necessary hygiene win.
Action items
- → Review Consul API Gateway ext_authz config for enterprise readiness if using external authorization hashicorp/consul [plan]
- → Update any internal links pointing to HVS documentation to use redirects or deprecated paths hashicorp/web-unified-docs [monitor]
- → Upgrade packer-plugin-sdk to latest if you maintain downstream plugins hashicorp/packer-plugin-sdk [plan]
References
- [1] config-entry(api-gateway): add ext_authz filter surface (Enterprise only) ↗ hashicorp/consul
- [2] Adding release hygiene workflows ↗ hashicorp/consul
- [3] Claude VSO cleanup ↗ hashicorp/web-unified-docs
- [4] Move HVS CLI docs and remove references to use cases ↗ hashicorp/web-unified-docs
- [5] Updated Go Modules ↗ hashicorp/packer-plugin-sdk
FAQ
- What changed in HashiCorp on July 3, 2026?
- Consul's API Gateway now supports external authorization enforcement through a new enterprise-only surface, while the docs team systematically removes HashiVault references across the unified platform.
- What should HashiCorp teams do about it?
- Review Consul API Gateway ext_authz config for enterprise readiness if using external authorization • Update any internal links pointing to HVS documentation to use redirects or deprecated paths • Upgrade packer-plugin-sdk to latest if you maintain downstream plugins
- Which HashiCorp repositories shipped on July 3, 2026?
- hashicorp/consul, hashicorp/web-unified-docs, hashicorp/packer-plugin-sdk