srijeet0406 commented on code in PR #7819:
URL: https://github.com/apache/trafficcontrol/pull/7819#discussion_r1340522821


##########
lib/go-tc/constants.go:
##########
@@ -98,3 +98,15 @@ func (a AlertLevel) String() string {
 // CachegroupCoordinateNamePrefix is a string that all cache group coordinate
 // names are prefixed with.
 const CachegroupCoordinateNamePrefix = "from_cachegroup_"
+
+// ParameterSecureRead is a string representing the permission to be able to 
read secure parameters.
+const ParameterSecureRead = "PARAMETER:SECURE-READ"
+
+// SecureServerRead is a string representing the permission to be able to read 
secure server properties.
+const SecureServerRead = "SECURE-SERVER:READ"
+
+// CDNLocksDeleteOthers is a string representing the permission to be able to 
delete other users' CDN locks.
+const CDNLocksDeleteOthers = "CDN-LOCK:DELETE-OTHERS"
+
+// ICDNUCDNOverride is a string representing the permission to be able to 
override the ucdn parameter.
+const ICDNUCDNOverride = "ICDN:UCDN-OVERRIDE"

Review Comment:
   fair point, fixed now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to