put
https://api.linode.com//lke/clusters//control_plane_acl
Updates a specific cluster's control plane access control list.
Permissions and scopes
To call this operation, you need permissions, based on the model you're using:
-
Identity and access permissions. Your user needs a role with these permissions. Learn more.
- Roles:
lkecluster_admin
- Roles:
-
OAuth scopes. Your user needs these scopes assigned. Learn more.
- Scopes:
lke:read_write
- Scopes:
CLI
linode-cli lke cluster-acl-update 12345 \
--acl.enabled true \
--acl.addresses.ipv4 "203.0.113.1" \
--acl.addresses.ipv6 "2001:db8:1234:abcd::/64"