Method: Etcdv3#auth_enable

Defined in:
lib/etcdv3.rb

#auth_enable(timeout: nil) ⇒ Object

Enables authentication.



72
73
74
75
# File 'lib/etcdv3.rb', line 72

def auth_enable(timeout: nil)
  @conn.handle(:auth, 'auth_enable', [timeout: timeout])
  true
end