The Role provides an entry point for managing etcd roles. Etcd has an ACL-esque system: users have one or more roles, and roles have one or more permissions that grant them access (read, write, or both) on key ranges.
Grants a user access to the role.
Creates the role in etcd.
Deletes the role from etcd.
Grants one or more permissions to this role.
Returns a list of permissions the role has.
Removes a user's access to the role.
Removes a permission from the role in etcd.
Generated using TypeDoc
The Role provides an entry point for managing etcd roles. Etcd has an ACL-esque system: users have one or more roles, and roles have one or more permissions that grant them access (read, write, or both) on key ranges.