Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup(config): improve falco.yaml config #2571

Merged
merged 5 commits into from
May 29, 2023

Commits on May 24, 2023

  1. cleanup(config): re-arrange falco.yaml configs in logical categories

    * add an index for logical categories
    * move configs around without changing description content,
      solely add a uniform header to each config
    * indicate "Stable" or "Experimental" for most configs
      to indicate current stability or maturity
    
    Signed-off-by: Melissa Kilby <[email protected]>
    incertum committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a22bc76 View commit details
    Browse the repository at this point in the history
  2. cleanup(config): improve config descriptions for the basic config opt…

    …ions
    
    Signed-off-by: Melissa Kilby <[email protected]>
    incertum committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2d11992 View commit details
    Browse the repository at this point in the history
  3. cleanup(config): fine tune new configs ordering and organization

    * incorporate reviewers suggestions re ordering and phrasing
    * minor additional cleanups
    
    Co-authored-by: Leonardo Grasso <[email protected]>
    Signed-off-by: Melissa Kilby <[email protected]>
    incertum and leogr committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e4cafe5 View commit details
    Browse the repository at this point in the history
  4. cleanup(config): rephrase numerous configs for technical clarity + ad…

    …d more information
    
    * rephrase descriptions for numerous config options
      without changing the original content, meaning changes
      reflect language improvements and minor extensions
      (such as adding justifications or what it is) only
    * add Falco environment variables section
    * add Guidance for Kubernetes container engine command-line args settings
    * general rewrap formatting w/ IDE
    * minor additional re-ordering of configs
    * minor general language adjustments
    
    Signed-off-by: Melissa Kilby <[email protected]>
    incertum committed May 24, 2023
    Configuration menu
    Copy the full SHA
    ba198f1 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. cleanup(config): apply reviewers suggestions

    * place falco plugins after falco rules config
    * change metadata_download description
    * minor formatting
    
    Co-authored-by: Jason Dellaluce <[email protected]>
    Co-authored-by: Leonardo Grasso <[email protected]>
    
    Signed-off-by: Melissa Kilby <[email protected]>
    incertum committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e34b35b View commit details
    Browse the repository at this point in the history