The Wire ยท Showcase
GO-TFE SHIPS SCIM GROUP MAPPING API; NOMAD UI VAULTS EMBER 6.10
By RepoJournal ยท Filed ยท About HashiCorp
HashiCorp's Terraform Enterprise client library now manages SCIM group mappings at scale, while Nomad's UI completes its migration to the latest Ember LTS with stability improvements across the stack.
The go-tfe library [1] now exposes the `AdminSCIMGroupMappings` resource for create, update, and delete operations on SCIM group mappings, unblocking enterprise teams that manage identity federation at scale. This ships with full integration test coverage and is production-ready. In parallel, go-tfe [2] adds `GenerateConfigOut` to the `QueryRun` struct, extending Terraform's code generation capabilities through the API โ another capability unlock for automation tooling. The underlying go-version dependency [3] bumped to 1.9.0, bringing support for arbitrary version prefixes and tightening the security posture of version parsing across the ecosystem. On the Nomad side, the UI team completed a heavyweight refactor [4] migrating from Ember 5.x to the current 6.10 LTS, resolving migration regressions and stabilizing async test flows โ this reduces technical debt and puts the UI on a supported LTS cadence for years. Driver-level improvements [5] now include volume context within mount configs, letting plugins associate mount entries back to job-spec volumes for smarter provisioning. The team also shipped a snapshot-agent demo [6] showing workload-associated ACL policies in action, useful reference for production deployments.
Action items
- โ Update go-tfe to latest and validate SCIM integrations if you manage enterprise teams hashicorp/go-tfe [plan]
- โ Test Nomad UI changes in staging โ Ember 6.10 brings LTS stability hashicorp/nomad [plan]
- โ Review snapshot-agent ACL policy demo for workload identity patterns hashicorp/nomad [monitor]
References
- [1] Adds `AdminSCIMGroupMappings` resource to manage mapping of teams and scim groups โ hashicorp/go-tfe
- [2] TF-36033: Add GenerateConfigOut to QueryRun struct (#1327) hashicorp/go-tfe
- [3] Bump github.com/hashicorp/go-version from 1.8.0 to 1.9.0 โ hashicorp/go-tfe
- [4] feat(ui): ember 6.10 LTS ๐ โ hashicorp/nomad
- [5] drivers: include volume within mount config โ hashicorp/nomad
- [6] demo: snapshot-agent with workload-associated ACL policy โ hashicorp/nomad
FAQ
- What changed in HashiCorp on May 6, 2026?
- HashiCorp's Terraform Enterprise client library now manages SCIM group mappings at scale, while Nomad's UI completes its migration to the latest Ember LTS with stability improvements across the stack.
- What should HashiCorp teams do about it?
- Update go-tfe to latest and validate SCIM integrations if you manage enterprise teams โข Test Nomad UI changes in staging โ Ember 6.10 brings LTS stability โข Review snapshot-agent ACL policy demo for workload identity patterns
- Which HashiCorp repositories shipped on May 6, 2026?
- hashicorp/go-tfe, hashicorp/nomad