Skip to main content

Core

Under Review

Pipelines - Deployment rules - Visibility for non-Artifact Owner

Vote (23) 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.

Comments (1)
John Kerski's profile image Profile Picture

on 17 May 2024 07:32:03

RE: Pipelines - Deployment rules - Visibility for non-Artifact Owner

3) Deployment rules should also be able to be modified/created by people who are not owners of the resources