Skip to main content

Release Notes for Styra DAS

This page provides Styra DAS SaaS Release Notes for October 2024.

October 23, 2024

The Styra DAS 20241023 release delivers the following changes.

New Features and Changes

Beta UI Additions

Added Workspace level decision timeseries metrics graphs to the Usage tab. Additional support for more System and Stack user role types in the policy editor.

Spring Boot SDK system type

The new Spring Boot SDK system type can be used to manage a Spring Boot AuthorizationManager provided by the OPA Spring Boot SDK. This can enable DAS to create and manage request authorization policies with existing Spring Boot applications which take advantage of Spring Security. The Spring Boot SDK system type is optimized for use with the visual Policy Builder in the Beta UI.

Authz v2 Rolebindings API pagination

The GET v2/authz/rolebindings API now supports limit and offset query parameters to allow for paginating rolebindings results.

Fixed Issues

Policy bundle activated without context bundle due to build error

In cases where separate policy and context/data bundles are configured for a System and a bundle build error occurred for the context bundle, the policy bundle could be marked active without marking the corresponding context bundle as active.

Slow initial UI load for Workspace admins with many systems and users

In tenants with several hundred systems and several hundred users, the initial UI load for a Workspace admin user could be slowed by several seconds.

Slow Library load in UI

For Libraries used by a large number of Systems, loading the Library in the UI can be slow.

Policy editor auto preview and validate triggered before policy publishing

After running preview or validate in the policy editor, any code change to a policy would prematurely trigger a rerun of preview or validate automatically, which could result in an error for an invalid or incomplete policy change.

Data source conflict error not displayed

In some cases, if a Git or HTTPS data source path and name conflicted with an existing data source, the conflict error would not be displayed in the UI.

October 15, 2024

The Styra DAS 20241015 release delivers the following changes.

New Features and Changes

Beta UI Additions

Added support for the eopa CLI login flow. Updated error notification display.

StackConfigurationManager role

The new StackConfigurationManager role provides for read access to Stacks while allowing for managing Stack settings, such as Git configuration.

Additional Prometheus active OPAs metric

The active_opas Prometheus metric is now available to track the number of active agents (OPA or Enterprise OPA) for a system. Use this metric to monitor whether systems have an active agent or the expected number of active agents.

Fixed Issues

Kubernetes OPA manifest memory limit invalid

Modifying a Kubernetes System's OPA memory limit deployment configuration resulted in an invalid manifest file.

Unclear OIDC issuer error during SSO configuration

During SSO configuration, a generic configuration error was returned without details if the OIDC issuer did not match the issuer returned by the provider.

October 3, 2024

The Styra DAS 20241003 release delivers the following changes.

New Features and Changes

Beta UI Additions

Added manual bundle deployment flow support to the Beta UI. Added support for additional user roles.