Skip to content

Commit

Permalink
CR Change
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi committed Jun 13, 2023
1 parent 7f63e2e commit 45485d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xray/commands/audit/generic/auditmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ func isEntitledForJas(serverDetails *config.ServerDetails) (entitled bool, xrayV
} else {
entitled = false
log.Debug("Entitlements check for ‘Advanced Security’ package failed:\n" + err.Error())
// We don't want to return an error if the Xray version is lower than the EntitlementsMinVersion.
err = nil
}
return
}
Expand Down

0 comments on commit 45485d1

Please sign in to comment.