Module S.AuthorizedKeys
val authorize : ContainerIdentifier.t -> root_secret_key:Signify.SecretKey.t -> Signify.PublicKey.t -> tree -> (Eris.urn * tree) Lwt.tauthorize container_id ~root_secret_key public_key treeaddspublic_keyto the list of authorized keys for container with identifiercontainer_id. The root secret key of the container must be provided withroot_secret_keyto sign the operation.
val to_list : ContainerIdentifier.t -> tree -> Signify.PublicKey.t list Lwt.tto_list container_id treereturns a list of known authorized keys for the container.