File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,7 @@ url = "https://kbs.{{ hub_domain }}"
99
1010[token_configs.kbs ]
1111url = " https://kbs.{{ hub_domain }}"
12- cert = " " "
13- {{ trustee_cert }}
14- " " "
12+ cert = " " " {{ trustee_cert }}" " "
1513'''
1614
1715" cdh.toml" = '''
@@ -21,9 +19,7 @@ credentials = []
2119[kbc]
2220name = " cc_kbc"
2321url = " https://kbs.{{ hub_domain }}"
24- kbs_cert = " " "
25- {{ trustee_cert }}
26- " " "
22+ kbs_cert = " " " {{ trustee_cert }}" " "
2723
2824
2925[image]
@@ -33,6 +29,10 @@ image_security_policy_uri = 'kbs:///default/security-policy/{{ security_policy_f
3329" policy.rego" = '''
3430package agent_policy
3531
32+ import future.keywords.in
33+ import future.keywords.if
34+ import future.keywords.every
35+
3636default AddARPNeighborsRequest := true
3737default AddSwapRequest := true
3838default CloseStdinRequest := true
@@ -82,4 +82,4 @@ policy_data := {
8282 " curl http://127.0.0.1:8006/cdh/resource/default/attestation-status/random"
8383 ]
8484}
85- '''
85+ '''
You can’t perform that action at this time.
0 commit comments