Difference between revisions of "Audit"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  
 +
* [[EKS control plane logging]]
  
 
  [[aws eks describe-cluster]] --name your_cluster_name
 
  [[aws eks describe-cluster]] --name your_cluster_name
Line 20: Line 21:
  
 
== Related ==
 
== Related ==
[[audit/audit.log]]
+
* [[/var/log/audit/audit.log]]
 
+
* [[Vulnerability Assessment and Penetration Testing (VAPT)]]
  
 
== See also ==
 
== See also ==

Latest revision as of 12:25, 28 September 2023

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

Related[edit]

See also[edit]

Advertising: