Documentation ¶
Index ¶
Constants ¶
View Source
const CDNURIKeysBucket = "cdn_uri_sig_keys"
CDNURIKeysBucket is the namespace or bucket used for CDN URI signing keys.
Variables ¶
This section is empty.
Functions ¶
func GetURIsignkeysHandler ¶
func GetURIsignkeysHandler(w http.ResponseWriter, r *http.Request)
endpoint handler for fetching uri signing keys from riak
func RemoveDeliveryServiceURIKeysHandler ¶
func RemoveDeliveryServiceURIKeysHandler(w http.ResponseWriter, r *http.Request)
removeDeliveryServiceURIKeysHandler is the HTTP DELETE handler used to remove urisigning keys assigned to a delivery service.
func SaveDeliveryServiceURIKeysHandler ¶
func SaveDeliveryServiceURIKeysHandler(w http.ResponseWriter, r *http.Request)
saveDeliveryServiceURIKeysHandler is the HTTP POST or PUT handler used to store urisigning keys to a delivery service.
Types ¶
type URISignerKeyset ¶
type URISignerKeyset struct { RenewalKid *string `json:"renewal_kid"` Keys []jwk.EssentialHeader `json:"keys"` }
URISignerKeyset is the container for the CDN URI signing keys
Click to show internal directories.
Click to hide internal directories.