Method: Etcdv3#user_grant_role

Defined in:
lib/etcdv3.rb

#user_grant_role(user, role, timeout: nil) ⇒ Object

Grants role to an existing user.



226
227
228
# File 'lib/etcdv3.rb', line 226

def user_grant_role(user, role, timeout: nil)
  @conn.handle(:auth, 'user_grant_role', [user, role, timeout: timeout])
end