File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,16 @@ keywords: [runagent]
8
8
9
9
` cf-runagent ` connects to a list of running instances of
10
10
` cf-serverd ` . It allows foregoing the usual ` cf-execd ` schedule to activate ` cf-agent ` .
11
- Additionally, a user may send [ classes] [ Classes and decisions ] to be defined
11
+ A user may send [ classes] [ Classes and decisions ] to be defined
12
12
on the remote host. Two kinds of classes may be sent: classes to decide on
13
13
which hosts ` cf-agent ` will be started, and classes that the user requests
14
14
` cf-agent ` should define on execution. The latter type is regulated by
15
15
` cf-serverd ` 's [ role based access control] [ roles ] .
16
+ Additionally a user may send a list of [ bundles] [ Bundles ] to activate on the remote host
17
+ with the ` --remote-bundles ` argument.
18
+ This argument takes one or more comma separated bundle names.
19
+ Each of the bundles requested must be given explicit permission with an access promise
20
+ matching the bundle names.
16
21
17
22
** Notes:**
18
23
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ published: true
7
7
Access promises are conditional promises made by resources living on the server.
8
8
9
9
The promiser is the name of the resource affected and is interpreted to be a path, unless a
10
- different ` resource_type ` is specified. Access is then granted to hosts listed in ` admit_ips ` ,
10
+ different ` resource_type ` is specified. Access must then be granted to hosts listed in ` admit_ips ` ,
11
11
` admit_keys ` and ` admit_hostnames ` , or denied using the counterparts ` deny_ips ` , ` deny_keys `
12
12
and ` deny_hostnames ` .
13
13
14
- You layer the access policy by denying all access and then allowing it
15
- only to selected clients, then denying to an even more restricted set .
14
+ By default access is denied.
15
+ As a policy writer you must specifically grant access .
16
16
17
17
``` cf3
18
18
bundle server my_access_rules()
You can’t perform that action at this time.
0 commit comments