Release Notes for Self-Hosted Styra DAS
Self-Hosted Styra DAS 0.16.6 was released on February 27th, 2024.
New Features and Changes
New UI Additions
- Added Compliance violations to policy validation in the policy editor.
- Added compliance violations view for Systems and Stacks.
- Added support for Mocks in the policy editor.
- Added policy type filter to Workspace decision log.
- List of drafts shown in the Workspace view displays associated System, Stack, or Library name.
- Updated policy editor delete file behavior to redirect to the default policy when all other policies have been deleted.
- Added loading indicator to Workspace view resource list for customers with a large amount of resources which may take longer to load.
- Updated browser tab and window titles to include specific page name.
- Decreased the Workspace view Styra DAS header to make more room for resources shown in the view.
Upgraded to OPA v1.1.0
The internal version of OPA used by Styra DAS has been upgraded to OPA 1.1.0.
Systems API search query parameter
The ListSystems API adds the search
query parameter to return systems matching the parameter value. This query parameter accepts string values with optional wildcard characters (e.g., *kubernetes*
) and returns systems with a matching name, ID, type, or description.
Systems API info query parameter
The ListSystems and GetSystem APIs add the info
query parameter to omit returning the info
parameter in the response, which returns status information about a System's mock OPAs.
Styra CLI v0.12.1 released
The Styra CLI has been updated to v0.12.1 to include recent fixes.
Fixed Issues
Git sync doesn't update when editing a previously set path
In the Workspace, System, Stack, or Library git configuration, if the originally saved git path was incorrect (e.g., set to a non-existent directory), changing the path to a valid path did not trigger a git re-sync.
Frequent decision fetch API calls in decision log view
In the legacy UI, occasionally the decision log live tailing of decisions would result in a decision fetch API call every second. This could result in degraded decision search and decision indexing performance.
Styra CLI error for Systems with multiple bundles
For Systems configured to use multiple bundles, running commands in the Styra CLI would result in CLI errors.
Workspace drafts section displayed drafts from deleted Systems, Stacks, and Libraries
In the new UI, the drafts displayed in the Workspace view would include drafts from recently deleted Systems, Stacks, and Libraries.
Systems created by WorkspaceSystemCreator role not immediately shown
In the new UI, occasionally after a user with a WorkspaceSystemCreator role created a System, the System would not be shown immediately in the new UI.
Decision log view live toggle re-enables after applying filter
In the new UI, the decision log view live toggle would re-enable when applying a filter after the user had disabled the live toggle.
Add Permissions dialog delay
In the new UI, in some cases the loading of the Add Permission dialog for users, tokens, or SSO configurations would take more time than expected.