Enable IP Acl
- Print
- PDF
Enable IP Acl
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
POST /kms/v1/keys/{keyTag}/acl/enable
Enable the access control for IP addresses that allow token requests.
Caution
When IP address access control is enabled for a token, the “All Deny” rule is applied by default.
You need to enter IP addresses to be allowed.
Request
Request parameters
Parameter Name | Type | Additional Information |
---|---|---|
x-ncp-apigw-timestamp | Header(Required) | |
x-ncp-apigw-signature-v2 | Header(Required) | |
x-ncp-iam-access-key | Header(Required) | |
keyTag | Path(Required) |
Response
Response body
{
"code": "string",
"data": {
"keyTag": "string",
"isAclEnabled": true
}
}
Was this article helpful?