We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ca26c commit a3d5456Copy full SHA for a3d5456
app/controlplane/internal/authz/authz.go
@@ -160,6 +160,8 @@ var ServerOperationsMap = map[string][]*Policy{
160
// There are no policies for the download endpoint, we do a manual check in the service layer
161
// to differentiate between upload and download requests
162
"/controlplane.v1.CASCredentialsService/Get": {},
163
+ // We have an endpoint to generate a download URL
164
+ "/controlplane.v1.CASRedirectService/DownloadRedirect": {PolicyArtifactDownload},
165
// CAS Backend listing
166
"/controlplane.v1.CASBackendService/List": {PolicyCASBackendList},
167
// Available integrations
0 commit comments