[Cloud Posture] EKS rule templates#3701
Merged
kfirpeled merged 12 commits intoelastic:mainfrom Jul 14, 2022
Merged
Conversation
Contributor
Author
|
/test |
kfirpeled
reviewed
Jul 14, 2022
| @@ -1,4 +1,9 @@ | |||
| # newer versions go on top | |||
| - version: "0.0.20" | |||
Contributor
There was a problem hiding this comment.
nit we haven't promoted version 0.0.19 consider added the changes to that version backlog
see example here
Contributor
Author
| "API Server" | ||
| ], | ||
| "benchmark": { | ||
| "name": "CIS Kubernetes V1.23", |
Contributor
There was a problem hiding this comment.
missing benchmark id "cis_k8s" - maybe you are missing a merge from main?
Contributor
Author
| name: cloud_security_posture | ||
| title: "CIS Kubernetes Benchmark" | ||
| version: 0.0.18 | ||
| version: 0.0.20 |
Contributor
There was a problem hiding this comment.
consider using version 0.0.19 instead
Contributor
Author
# Conflicts: # packages/cloud_security_posture/changelog.yml # packages/cloud_security_posture/manifest.yml
🌐 Coverage report
|
# Conflicts: # packages/cloud_security_posture/changelog.yml
kfirpeled
reviewed
Jul 14, 2022
| "impact": "Removal of the read-only port will require that any service which made use of it will need to be re-configured to use the main Kubelet API.\n", | ||
| "default_value": "See the Amazon EKS documentation for the default value.\n", | ||
| "references": "1. https://kubernetes.io/docs/admin/kubelet/\n", | ||
| "section": "Kubelet", |
| "default_value": "See the Amazon EKS documentation for the default value.\n", | ||
| "references": "1. https://kubernetes.io/docs/admin/kubelet/\n2. https://github.com/kubernetes/kubernetes/issues/22063\n3. https://kubernetes.io/docs/tasks/administer-cluster/reconfigure-kubelet/\n", | ||
| "section": "Kubelet", | ||
| "tags": [ |
| "impact": "None\n", | ||
| "default_value": "See the Amazon EKS documentation for the default value.\n", | ||
| "references": "1. https://github.com/kubernetes/kubernetes/pull/45059\n2. https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/#kubelet-configuration\n", | ||
| "section": "Kubelet", |
| "default_value": "See the Amazon EKS documentation for the default value.\n", | ||
| "references": "1. https://kubernetes.io/docs/admin/kubelet/ 2. https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/kubeletconfig/v1beta1/types.go 3. https://kubernetes.io/docs/tasks/administer-cluster/reconfigure-kubelet/\n", | ||
| "section": "Kubelet", | ||
| "tags": [ |
| "default_value": "See the EKS documentation for the default value.\n", | ||
| "references": "1. https://kubernetes.io/docs/admin/kubelet/\n2. https://github.com/kubernetes/kubernetes/pull/18552\n", | ||
| "section": "Kubelet", | ||
| "tags": [ |
| "default_value": "See the Amazon EKS documentation for the default value.\n", | ||
| "references": "1. https://github.com/kubernetes/kubernetes/pull/41912\n2. https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/#kubelet-configuration\n3. https://kubernetes.io/docs/imported/release/notes/\n4. https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/\n5. https://kubernetes.io/docs/tasks/administer-cluster/reconfigure-kubelet/\n", | ||
| "section": "Kubelet", | ||
| "tags": [ |
…-rule-templates # Conflicts: # packages/cloud_security_posture/changelog.yml
kfirpeled
approved these changes
Jul 14, 2022
Contributor
kfirpeled
left a comment
There was a problem hiding this comment.
works for me locally
however we still have the same formatting issues like we had before
https://github.com/elastic/security-team/issues/3672
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adding EKS benchmark rule templates
Checklist
I have verified that all data streams collect metrics or logs.changelog.ymlfile.I have verified that Kibana version constraints are current according to guidelines.Author's Checklist
Related issues