summaryrefslogtreecommitdiffstats
path: root/test/testcases/acl
blob: ebc95313196c74073e00b8f30122981ef307750d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
show ACL
node node1
property enable-acl=true
primitive st stonith:ssh \
	params hostlist='node1' \
	meta target-role="Started" requires=nothing \
	op start timeout=60s \
	op monitor interval=60m timeout=60s
primitive d0 ocf:pacemaker:Dummy
primitive d1 ocf:pacemaker:Dummy
role basic-read \
       read status \
       read type:node attribute:uname \
       read type:node attribute:type \
       read property
role basic-read-basic \
	read cib
role d0-admin \
	write meta:d0:target-role \
	write meta:d0:is-managed \
	read ref:d0
role silly-role \
	write meta:d0:target-role \
	write meta:d0:is-managed \
	read ref:d0 \
	read status \
	read type:node attribute:uname \
	read type:node attribute:type \
	read utilization:d0 \
	read property:stonith-enabled \
	write property \
	read node \
	read node:node1 \
	read nodeattr \
	read nodeattr:a1 \
	read nodeutil \
	read nodeutil:node1 \
	read status \
	read cib
role silly-role-two \
	read xpath:"//nodes//attributes" \
	deny tag:nvpair \
	deny ref:d0
acl_target alice \
	basic-read-basic
acl_target bob \
	d0-admin \
	basic-read-basic
role cyrus-role \
	write meta:d0:target-role \
	write meta:d0:is-managed \
	read ref:d0 \
	read status \
	read type:node attribute:uname \
	read type:node attribute:type \
	read property
acl_target cyrus cyrus-role
_test
verify
.