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 e901078 commit bdf3810Copy full SHA for bdf3810
app/controlplane/internal/authz/authz.go
@@ -163,6 +163,8 @@ var ServerOperationsMap = map[string][]*Policy{
163
"/controlplane.v1.CASCredentialsService/Get": {},
164
// We have an endpoint to generate a download URL
165
"/controlplane.v1.CASRedirectService/DownloadRedirect": {PolicyArtifactDownload},
166
+ // Or to retrieve a download url
167
+ "/controlplane.v1.CASRedirectService/GetDownloadURL": {PolicyArtifactDownload},
168
// CAS Backend listing
169
"/controlplane.v1.CASBackendService/List": {PolicyCASBackendList},
170
// Available integrations
0 commit comments