Skip to main content
Microsoft Idea

Core

Under Review

Pipelines - Deployment rules - Visibility for non-Artifact Owner

Vote (16) Share
John Kerski's profile image

John Kerski on 13 Apr 2023 17:11:09

Within the deployment pipeline when you want to view a deployment rule for an artifact, you can only see it if you are the artifact owner.
The "Data source rules" and "Parameter rules" are grayed out.
However, an internal API call is made to "DiscoverArtifacts" which has the information available to see what the deployment rules are.
So in the UI we are obscuring access to the information, but it is being sent over the network.
Proposal:


1) Provide visibility to data source rules and parameter rules for workspace/pipeline admins.


2) Make deployment rules accessible through the REST API.