Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

threatstack (31) Versions 2.1.0

Installs/Configures Threat Stack agent components

Policyfile
Berkshelf
Knife
cookbook 'threatstack', '= 2.1.0', :supermarket
cookbook 'threatstack', '= 2.1.0'
knife supermarket install threatstack
knife supermarket download threatstack
README
Dependencies
Quality 71%

Threat Stack Cookbook

Build Status
Cookbook Version

** NOTE **: As of 2.x of this cookbook we only explicitly support chef 12.15 or greater.

Chef recipes to deploy the Threat Stack server agent

Requirements

  • chef > 12.15

Platforms

  • Amazon Linux
  • CentOS
  • RedHat
  • Ubuntu

Cookbooks

The following Opscode cookbooks are dependencies:

  • apt
  • yum

Recipes

default

Installs the Threat Stack agent package and register the agent with the service

repo

Sets up the Apt or Yum repo for installing the Threat Stack agent package

Usage

  1. Add this cookbook to your Chef Server or add to your Berksfile

    cookbook 'threatstack', '~> 1.0.0'

  2. Add your deploy api key. The recommended way is to use an encrypted databag
    with name and item specified by the corresponding attributes. The cookbook will
    use the 'deploy_key' value from the databag by default.
    You can also set the key directly or using a wrapper cookbook in the node['threatstack']['deploy_key'] attribute.
    Setting the key will disable the encrypted data bag lookup.

Additionally you we can read the deploy key from the node.run_state['threatstack']['deploy_key'] location
Simply set the value of the deploy key in the run state at that location.

  1. Set the node['threatstack']['feature_plan'] appropriately for your organzation

  2. Add this recipe to your runlist or include in another recipe

Attributes

node['threatstack']['version'] - Set to pin to a specific Threat Stack agent release version.

node['threatstack']['pkg_action'] - Set to :upgrade if you want to take the latest release (defaults to :install).

node['threatstack']['deploy_key'] - Override this with your deploy key for agent registration.

node['threatstack']['feature_plan'] - Threat Stack feature plan. (values: monitor, investigate, legacy; see: https://www.threatstack.com/plans)

node['threatstack']['data_bag_name'] - Name of the encrypted databag containing Threat Stack secrets

node['threatstack']['data_bag_item'] - Name of the encrypted databag item containing Threat Stack secrets.

node['threatstack']['rulesets'] - Set or override this with an array of rulesets to apply to the node.

node['threatstack']['hostname'] - register the agent in the UI by a specific name (defaults to hostname).

node['threatstack']['agent_config_args'] - array of arguments to enable platform features via cloudsight config.

node['threatstack']['cloudsight_service_timer'] - a Chef timer to manage the agent service with.

Encrypted Data Bag Contents

deploy_key - the deploy key for agent registration.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

2.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

2.1.0 passed this metric

Foodcritic Metric
            

2.1.0 failed this metric

FC022: Resource condition within loop may not behave as expected: threatstack/recipes/default.rb:209
Run with Foodcritic Version 11.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

License Metric
            

2.1.0 passed this metric

No Binaries Metric
            

2.1.0 passed this metric

Testing File Metric
            

2.1.0 passed this metric

Version Tag Metric
            

2.1.0 passed this metric