Skip to content

Commit 32dae68

Browse files
author
Jeff Bornemann
committed
Added additional required authorization for security lists to example
1 parent 89b3fba commit 32dae68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/cloud-provider-example.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ loadBalancer:
3535
subnet2: ocid1.subnet.oc1.phx.aaaaaaaahuxrgvs65iwdz7ekwgg3l5gyah7ww5klkwjcso74u3e4i64hvtvq
3636

3737
# SecurityListManagementMode configures how security lists are managed by the CCM.
38+
# If you choose to have security lists managed by the CCM, ensure you have setup the following additional OCI policy:
39+
# Allow dynamic-group [your dynamic group name] to manage security-lists in compartment [your compartment name]
40+
#
3841
# "All" (default): Manage all required security list rules for load balancer services.
3942
# "Frontend": Manage only security list rules for ingress to the load
4043
# balancer. Requires that the user has setup a rule that

0 commit comments

Comments
 (0)