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

postgres-hardening (3) Versions 1.0.0

Installs and configures a secure posgres server

Policyfile
Berkshelf
Knife
cookbook 'postgres-hardening', '= 1.0.0', :supermarket
cookbook 'postgres-hardening', '= 1.0.0'
knife supermarket install postgres-hardening
knife supermarket download postgres-hardening
README
Dependencies
Changelog
Quality 50%

postgres-hardening (Postgres cookbook)

Description

Provides security configurations for postgres.

Note: This is currently work in progress and not tested on all supported platforms

Requirements

  • chef

Usage

This cookbook is optimized to work with os-hardening and ssh-hardening. It will play well without, but you need to ensure all preconditions like apt-get update or yum update are met.

add the following to your runlist and customize security option attributes

  "recipe[postgresql::server]",
  "recipe[postgres-hardening]"

Enable SSL

Please read http://www.postgresql.org/docs/9.1/static/ssl-tcp.html first.

This cookbook will delete the links from /var/lib/postgresql/#{node['postgresql']['version']}/main/server.crt to /etc/ssl/certs/ssl-cert-snakeoil.pem and /var/lib/postgresql/#{node['postgresql']['version']}/main/server.key to /etc/ssl/private/ssl-cert-snakeoil.key on Debian systems. This certificates are self-signed (see http://en.wikipedia.org/wiki/Snake_oil_%28cryptography%29) and therefore not trusted. You have to provide your own trusted certificates for SSL.

Security Options

Tests

# Install dependencies
gem install bundler
bundle install

# Do lint checks
bundle exec rake lint

# Fetch tests
bundle exec thor kitchen:fetch-remote-tests

# fast test on one machine
bundle exec kitchen test default-ubuntu-1204

# test on all machines
bundle exec kitchen test

# for development
bundle exec kitchen create default-ubuntu-1204
bundle exec kitchen converge default-ubuntu-1204

Contributors + Kudos

  • Edmund Haselwanter
  • Dominik Richter
  • Christoph Hartmann
  • Patrick Meier

License and Author

  • Author:: Deutsche Telekom AG

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

postgresql >= 3.4.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Changelog

1.0.0

  • feature: work in conjunction with postgresql cookbook
  • feature: add hardening configuration in default['postgresql']['config']
  • feature: test against serverspec
  • feature: implement as overlay module

Collaborator Number Metric
            

1.0.0 passed this metric

Collaborator Number Metric
            

1.0.0 passed this metric

Foodcritic Metric
            

1.0.0 failed this metric

FC064: Ensure issues_url is set in metadata: /tmp/251916ec6075af2e65b02e3f/postgres-hardening/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/251916ec6075af2e65b02e3f/postgres-hardening/metadata.rb:1
Run with Foodcritic Version 8.1.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

Foodcritic Metric
            

1.0.0 failed this metric

FC064: Ensure issues_url is set in metadata: /tmp/cab7fc5670bda50c87bbd25e/postgres-hardening/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/cab7fc5670bda50c87bbd25e/postgres-hardening/metadata.rb:1
Run with Foodcritic Version 8.1.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any