(api-url->status-url api-url)
Given an RBAC api-url, convert that to the related status URL
Given an RBAC api-url, convert that to the related status URL
(perm-str->map perm-str)
Given a permission string of the form <object_type>:<action>:(<instance>|*), return a map that represents the permission. COPY-PASTE: https://github.com/puppetlabs/pe-rbac-service/blob/master/src/clj/puppetlabs/rbac/services/consumer.clj
Given a permission string of the form <object_type>:<action>:(<instance>|*), return a map that represents the permission. COPY-PASTE: https://github.com/puppetlabs/pe-rbac-service/blob/master/src/clj/puppetlabs/rbac/services/consumer.clj
(rbac-client client rbac-url method path)
(rbac-client client rbac-url method path opts)
Wrap the json caller adding :throw-body to opts
Wrap the json caller adding :throw-body to opts
(request-certs-output prefix client ssl-client-cn)
(request-certs-output prefix client ssl-client-cn throw-error?)
(str->uuid str-uuid)
Convert a string into a UUID. If the object is already a UUID return it
Convert a string into a UUID. If the object is already a UUID return it
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close