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

NAME

6       etcdctl-role-revoke-permission - Revokes a key from a role
7
8
9

SYNOPSIS

11       etcdctl role revoke-permission <role name> <key> [endkey] [flags]
12
13
14

DESCRIPTION

16       Revokes a key from a role
17
18
19

OPTIONS

21       --from-key[=false]
22           revoke a permission of keys that are greater than or equal to the
23       given key using byte compare
24
25
26       -h, --help[=false]
27           help for revoke-permission
28
29
30       --prefix[=false]
31           revoke a prefix permission
32
33
34

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

114       etcdctl2-role(1)
115
116
117

HISTORY

119       4-Sep-2020 Auto generated by spf13/cobra
120
121
122
123Auto generated by spf13/cobra      Sep 2020                        etcdctl3(1)
Impressum