1etcdctl3(1)                                                        etcdctl3(1)
2
3
4

NAME

6       etcdctl-auth-disable - Disables authentication
7
8
9

SYNOPSIS

11       etcdctl auth disable [flags]
12
13
14

DESCRIPTION

16       Disables authentication
17
18
19

OPTIONS

21       -h, --help[=false]
22           help for disable
23
24
25

OPTIONS INHERITED FROM PARENT COMMANDS

27       --cacert=""
28           verify certificates of TLS-enabled secure servers using this CA
29       bundle
30
31
32       --cert=""
33           identify secure client using this TLS certificate file
34
35
36       --command-timeout=5s
37           timeout for short running command (excluding dial timeout)
38
39
40       --debug[=false]
41           enable client-side debug logging
42
43
44       --dial-timeout=2s
45           dial timeout for client connections
46
47
48       -d, --discovery-srv=""
49           domain name to query for SRV records describing cluster endpoints
50
51
52       --discovery-srv-name=""
53           service name to query when using DNS discovery
54
55
56       --endpoints=[127.0.0.1:2379]
57           gRPC endpoints
58
59
60       --hex[=false]
61           print byte strings as hex encoded strings
62
63
64       --insecure-discovery[=true]
65           accept insecure SRV records describing cluster endpoints
66
67
68       --insecure-skip-tls-verify[=false]
69           skip server certificate verification
70
71
72       --insecure-transport[=true]
73           disable transport security for client connections
74
75
76       --keepalive-time=2s
77           keepalive time for client connections
78
79
80       --keepalive-timeout=6s
81           keepalive timeout for client connections
82
83
84       --key=""
85           identify secure client using this TLS key file
86
87
88       --password=""
89           password for authentication (if this option is used, --user option
90       shouldn't include password)
91
92
93       --user=""
94           username[:password] for authentication (prompt if password is not
95       supplied)
96
97
98       -w, --write-out="simple"
99           set the output format (fields, json, protobuf, simple, table)
100
101
102

SEE ALSO

104       etcdctl2-auth(1)
105
106
107

HISTORY

109       5-Apr-2020 Auto generated by spf13/cobra
110
111
112
113Auto generated by spf13/cobra      Apr 2020                        etcdctl3(1)
Impressum