Fire Arrow 1.4.0
· One min read
Fire Arrow 1.4.0 has been released.
- (new) Support for Azure Application Insights
- (bugfix) Fix inherited roles in
LegitimateInterestvalidator
This release focuses on adding automated telemetry via Azure Application Insights. To enable telemetry on Azure, the deployed application only needs to be connected to an Application Insights workspace. Alternatively, the variable APPLICATIONINSIGHTS_CONNECTION_STRING can be set manually upon which telemetry will be streamed automatically.
A bug was fixed in the LegitimateInterest validator that could cause roles not to be inherited properly through nested organizations. Even though a role existed in a top-level organization, the role permissions were not applied correctly to a child organization. The bug caused roles to be more strict than actually configured, so the fix had no impact on security.