Skip to main content

Release Notes for Styra DAS

This page describes the release notes for Styra DAS delivered in May 2022.

Release Summary

Styra is built on the Open Policy Agent (OPA), a popular and widely deployed open source project developed by the founders of Styra. With primary credibility for the underlying technology, the Styra team and technology are both proven in production across verticals. Styra enables enterprises to define, enforce, validate, and continually monitor security, compliance and operational policies across the cloud-native application stack. Styra has reinvented the authorization solutions to mitigate customer risk, and reinforce commitment to trust and transparency in safeguarding customers’ data. Styra’s Declarative Authorization Service (DAS) is a sophisticated management plane that provides context-based guardrails, built from a graphical policy library to mitigate risk, reduce human error and accelerate development. Styra makes it possible for enterprises to implement policy-as-code controls and to prove their effectiveness to both internal and external security and compliance audiences.

May 17, 2022

This Styra DAS 20220517 release delivers the following new enhancements and issues fixed.

New Features and Enhancements

This section describes the new enhancements in Styra DAS 20220517.

Backend

  • When you implement OpenID Connect (OIDC) on top of Azure Active Directory (AD) Business-to-Consumer (B2C), an error message stating Issuer did not match the issuer returned by provider may occur. In this case, reach out to Styra Customer Support […] to enable a feature flag so that you can then configure an Identity Provider to override the discovery issuer URL used in this verification.

Data Sources

  • datasources-agent is updated to version 1.3.5. This release includes additionally logging to debug issues related to connecting to DAS.

GUI

  • When editing policy code, the DAS saves the scrolling position for all layout modes per session.

Systems

  • New installations using the Envoy system type will provide application deployment stubs and examples that use envoyproxy/envoy:v1.21.2.

Issues Fixed

This section describes the issues fixed in Styra DAS 20220517.

Data Sources

  • Fixed an issue when agent wiped out the data, in case a watcher received the 410 Too Old response by stopping that watcher and running discovery process again.

  • Fixed an issue where the LDAP group transform produced output with the wrong schema.

Systems

  • Removed excessive logging from the RBAC implementation in cases where an array value was used in mapping SSO claims to DAS roles.

May 11, 2022

This Styra DAS 20220511 release delivers the following new enhancements and issues fixed.

New Features and Enhancements

This section describes the new enhancements in Styra DAS 20220511.

Data Sources

  • Data sources agent version 1.3.4 is now available and is used by default in system installation commands. Data sources agent 1.3.4 fixed the error handling issues when the Kubernetes API service returned a 410 HTTP response code. Prior to this release, such a response would have caused the agent to stop updating the Kubernetes resources in DAS.

Systems

  • New installations using the Envoy system type provides application deployment stubs and examples that use envoyproxy/envoy:v1.21.2.

Issues Fixed

This section describes the issues fixed in Styra DAS 20220511.

Relay Client

  • Libraries and Data Sources are now Relay-Workflow compatible. This ensures that a relay-server-based URL can now be configured for all entities (systems, stacks, workspaces, libraries, and data sources) in DAS.

May 4, 2022

This Styra DAS 20220504 release delivers the following new enhancements and issues fixed.

New Features and Enhancements

This section describes the new enhancements in Styra DAS 20220504.

GUI

  • The the bottom preview/validation panels in the policy authoring view can now be resized both vertically and horizontally. When hovering over either the vertical or horizontal edge of a panel, the cursor changes to a resize icon displaying the direction in which the panel can be resized. Aside from just dragging to resize the panels, it's also possible to cmd+click or option+click on a border to reset the panel to its original size in that axis. The panel sizes are not stored, so navigating to a different file will also reset the panels to their default sizes.

Issues Fixed

This section describes the issues fixed in Styra DAS 20220504.

GUI

  • Validation in the policy editor now correctly displays decision results after clicking Validate when authoring policies.