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

conjur-host-identity-library (1) Versions 1.0.2

Library to obtain and install a Conjur host identity from host factory token

Policyfile
Berkshelf
Knife
cookbook 'conjur-host-identity-library', '~> 1.0.2', :supermarket
cookbook 'conjur-host-identity-library', '~> 1.0.2'
knife supermarket install conjur-host-identity-library
knife supermarket download conjur-host-identity-library
README
Dependencies
Quality 17%

conjur-host-identity-library

conjur-host-identity-library is a library cookbook that provides a conjurize resource for use in recipes.

Usage

conjurize 'host-identity' do
  account            node['conjur']['account']
  appliance_url      node['conjur']['appliance_url']
  host_identity      node['fqdn']
  host_factory_token node['service-host']['host_factory_token']
  ssl_certificate    node['conjur']['certificate']
  ssh                true
end

Attributes

conjurize

Attribute name Description Required Default
account Name of the account that Conjur was configured with Yes
appliance_url URL to the Conjur appliance Yes
host_identity Name of the host to be created. If left blank, the host will be assigned a UUID. No Random UUID
host_factory_token The host factory token to be used in exchange for a Conjur identity Yes
appliance_url The contents of the SSL certificate to verify the Conjur server or the path to an existing certificate on disk Yes
ssh If true, the machine will run the Conjur cookbook, configuring the machine for SSH and audit logging. No false
overwrite If true, any existing identity on the machine will be overwritten. No false

Dependent cookbooks

conjur >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.2 failed this metric

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

Contributing File Metric
            

1.0.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.2 failed this metric

FC064: Ensure issues_url is set in metadata: conjur-host-identity-library/metadata.rb:1
FC065: Ensure source_url is set in metadata: conjur-host-identity-library/metadata.rb:1
FC066: Ensure chef_version is set in metadata: conjur-host-identity-library/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.2 passed this metric

Testing File Metric
            

1.0.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.2 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number