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

NAME

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

SYNOPSIS

11       ETCDCTL=3 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 (CAUTION: this option should
70       be enabled only for testing purposes)
71
72
73       --insecure-transport[=true]
74           disable transport security for client connections
75
76
77       --keepalive-time=2s
78           keepalive time for client connections
79
80
81       --keepalive-timeout=6s
82           keepalive timeout for client connections
83
84
85       --key=""
86           identify secure client using this TLS key file
87
88
89       --password=""
90           password for authentication (if this option is used, --user option
91       shouldn't include password)
92
93
94       --user=""
95           username[:password] for authentication (prompt if password is not
96       supplied)
97
98
99       -w, --write-out="simple"
100           set the output format (fields, json, protobuf, simple, table)
101
102
103

SEE ALSO

105       etcdctl3-auth(1)
106
107
108

HISTORY

110       4-Sep-2020 Auto generated by spf13/cobra
111
112
113
114Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum