Install
openclaw skills install toolweb-azure-aks-hardeningGenerates CIS v1.8.0 compliant Azure Kubernetes Service (AKS) configurations for security hardening.
openclaw skills install toolweb-azure-aks-hardeningThe CIS Azure AKS Hardening Tool is a specialized API that automates the generation of security-hardened Azure Kubernetes Service (AKS) configurations aligned with CIS Benchmarks v1.8.0. This tool eliminates manual hardening efforts by producing validated, compliance-ready configurations tailored to your specific security requirements.
The tool enables DevSecOps engineers, cloud architects, and security teams to rapidly deploy AKS clusters that meet stringent security standards. It accepts flexible hardening options, processes them against CIS best practices, and returns production-ready configuration outputs. Whether you're managing a single cluster or an enterprise fleet, this tool ensures consistent, auditable security postures across your Kubernetes infrastructure on Azure.
Ideal users include organizations requiring CIS compliance, enterprises undergoing security audits, teams building security-as-code pipelines, and cloud teams seeking to reduce manual hardening overhead.
Generate a hardened AKS cluster configuration with specific security controls enabled:
{
"sessionId": "sess-azure-hardening-2024-001",
"hardeningOptions": {
"apiServer": ["audit-logging", "authorization-mode-rbac"],
"kubelet": ["read-only-port-disabled", "streaming-connection-idle-timeout"],
"networking": ["network-policies-enabled", "service-accounts-isolated"],
"compliance": ["cis-v1.8.0"]
},
"userId": "user-secteam-123",
"timestamp": "2024-01-15T10:30:00Z"
}
{
"status": "success",
"sessionId": "sess-azure-hardening-2024-001",
"hardenerVersion": "1.0.0",
"cisVersion": "1.8.0",
"configurations": {
"apiServer": {
"audit-logging": {
"enabled": true,
"parameters": {
"policy": "advanced",
"maxAge": 30,
"maxBackup": 10,
"maxSize": 100
}
},
"authorization-mode-rbac": {
"enabled": true,
"modes": ["RBAC"]
}
},
"kubelet": {
"read-only-port-disabled": {
"enabled": true,
"readOnlyPort": 0
},
"streaming-connection-idle-timeout": {
"enabled": true,
"timeoutSeconds": 5400
}
},
"networking": {
"network-policies-enabled": {
"enabled": true,
"provider": "azure"
},
"service-accounts-isolated": {
"enabled": true
}
}
},
"complianceScore": 94.5,
"warnings": [],
"recommendations": [
"Enable Pod Security Standards for additional defense-in-depth",
"Implement network policies for all namespaces"
],
"generatedAt": "2024-01-15T10:30:15Z"
}
Generates CIS v1.8.0 compliant AKS hardening configurations based on provided options.
Method: POST
Path: /api/aks/generate
What it does: Processes a hardening request containing security control options and returns a complete, validated AKS configuration that meets CIS Benchmarks v1.8.0 standards.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
| hardeningOptions | object | Yes | Key-value mapping where keys are control categories (e.g., "apiServer", "kubelet", "networking") and values are arrays of specific hardening controls to enable |
| sessionId | string | Yes | Unique session identifier for tracking and auditing the hardening request |
| userId | string | No | Optional user identifier for attribution and audit logs |
| timestamp | string | No | ISO 8601 formatted timestamp of the request (e.g., "2024-01-15T10:30:00Z") |
Response (200):
Returns a JSON object containing:
status: Operation status ("success" or "error")sessionId: Echo of the request session IDhardenerVersion: API version usedcisVersion: CIS Benchmark version applied (1.8.0)configurations: Nested object with hardened settings organized by control categorycomplianceScore: Numeric score (0-100) indicating compliance levelwarnings: Array of non-critical alertsrecommendations: Array of suggested additional security measuresgeneratedAt: Timestamp when configuration was generatedResponse (422):
Validation error response containing:
detail: Array of validation errors with loc (field location), msg (error message), and type (error classification)Root endpoint health check and API information.
Method: GET
Path: /
What it does: Returns basic API information and service status.
Parameters: None
Response (200):
Returns JSON object with API metadata and health status.
| Plan | Calls/Day | Calls/Month | Price |
|---|---|---|---|
| Free | 5 | 50 | Free |
| Developer | 20 | 500 | $39/mo |
| Professional | 200 | 5,000 | $99/mo |
| Enterprise | 100,000 | 1,000,000 | $299/mo |
ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.