DEV Community

Lauren Morris for Lagoon

Posted on

Lagoon v2.23: Enhanced Enterprise Controls & Platform Stability

With this release, we strengthen Lagoon's foundation for enterprise deployments through improved platform management capabilities and enhanced security controls.

Enterprise Control & Security

Streamlined Platform User Management

  • New platform-wide role management capabilities eliminate need to access Keycloak directly
  • Enhanced user search functionality supports filtering by email, ID, and role
  • Introduction of platform-organization-owner role enables granular access control
# Example: List platform owners
query allPlatformUsers {
    allPlatformUsers(role: OWNER) {
        email
        platformRoles
    }
}
Enter fullscreen mode Exit fullscreen mode

Enhanced Authentication

  • Improved email authentication handling across cases
  • Modernized client authentication implementation
  • Public/private key handling refinements

Platform Stability

Infrastructure Updates

  • RabbitMQ upgrade to 3.13
  • Enhanced build failure visibility across interfaces
  • Improved database transaction handling

Developer Experience

  • Streamlined local development configuration
  • Enhanced testing framework
  • Expanded documentation coverage

Looking Forward

These foundational improvements support Lagoon's evolution as an enterprise-grade platform. By strengthening our core infrastructure and security controls, we enable organizations to maintain complete control over their deployment processes while ensuring platform stability.

For detailed technical information, view our full changelog.

Top comments (0)