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

The krb5_utils cookbook has been deprecated

Author provided reason for deprecation:

The krb5_utils cookbook has been deprecated and is no longer being maintained by its authors. Use of the krb5_utils cookbook is no longer recommended.

You may find that the krb5 cookbook is a suitable alternative.

RSS

krb5_utils (5) Versions 0.1.2

Set of attribute-driven utility resources which can be used to setup Kerberos

Policyfile
Berkshelf
Knife
cookbook 'krb5_utils', '= 0.1.2', :supermarket
cookbook 'krb5_utils', '= 0.1.2'
knife supermarket install krb5_utils
knife supermarket download krb5_utils
README
Dependencies
Quality 100%

krb5_utils cookbook

Cookbook Version
Build Status

Requirements

This cookbook requires the krb5 cookbook, version 1.0.4 or greater.

Usage

This cookbook is intended for use in creating secure Hadoop clusters. As such, it will add the HTTP service
principal to all other service principals. This can be disabled by setting krb5_utils['add_http_principal'] to false.

Attributes

  • krb5_utils['admin_principal'] - Initial administrator principal, created on KDC. Default admin/admin
  • krb5_utils['admin_password'] - Password for krb5_utils['admin_principal']. Default password
  • krb5_utils['keytabs_dir'] - On-disk location for storing keytab files. Default /etc/security/keytabs
  • krb5_utils['krb5_service_keytabs'] - Hash of service keytabs to create. Default {}
  • krb5_utils['krb5_user_keytabs'] - Hash of user keytabs to create, in the same format as krb5_utils['krb5_service_keytabs']. Default {}

Hash format:
ruby
{ 'HTTP' => { 'owner' => 'hdfs', 'group' => 'hadoop', 'mode' => '0640' } }

License

Copyright © 2014 Cask Data, Inc.

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.

Foodcritic Metric
            

0.1.2 passed this metric