Difference between revisions of "Audit"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{audit}} Category:Security")
 
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  
 +
* [[EKS control plane logging]]
  
 +
[[aws eks describe-cluster]] --name your_cluster_name
 +
<pre>
 +
        "logging": {
 +
            "clusterLogging": [
 +
                {
 +
                    "types": [
 +
                        "api",
 +
                        "audit",
 +
                        "authenticator",
 +
                        "controllerManager",
 +
                        "scheduler"
 +
                    ],
 +
                    "enabled": false
 +
                }
 +
            ]
 +
        },
 +
</pre>
 +
 +
== Related ==
 +
* [[/var/log/audit/audit.log]]
 +
* [[Vulnerability Assessment and Penetration Testing (VAPT)]]
 +
* [[Infrastructure Security Audits]]: [[coguard]]
 +
* [[Security audit]]
 +
* [[Crypto security]]
  
 
== See also ==
 
== See also ==
Line 6: Line 31:
  
 
[[Category:Security]]
 
[[Category:Security]]
 +
[[Category:Audit]]

Latest revision as of 15:47, 11 June 2024

aws eks describe-cluster --name your_cluster_name
        "logging": {
            "clusterLogging": [
                {
                    "types": [
                        "api",
                        "audit",
                        "authenticator",
                        "controllerManager",
                        "scheduler"
                    ],
                    "enabled": false
                }
            ]
        },

Related[edit]

See also[edit]

Advertising: