Closed MJRichardson closed 5 years ago
This bug affects variable and tenant changes as well.
Has there been any progress on this issue since January?
Release Notes: Fix for inconsistencies in EventView permission calculations.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.
As reported here: http://help.octopusdeploy.com/discussions/problems/50376
In the
ListEventsResponder
we do this:This modifies the query to append SQL Where clauses which restrict Events to those with appropriate values for
ProjectId
andEnvironmentId
. TheDeploymentProcessModified
event does have values forEnvironmentId
, and so is being excluded.This is tricky, as there are some cases where absence of a value for a scope means permission should be denied. In this case, it seems it should be granted.
Two possible options:
Related Slack conversation: https://octopusdeploy.slack.com/archives/help-me/p1483930666000058