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

oauth2_proxy (4) Versions 0.0.6

Installs/Configures oauth2_proxy

Policyfile
Berkshelf
Knife
cookbook 'oauth2_proxy', '= 0.0.6', :supermarket
cookbook 'oauth2_proxy', '= 0.0.6'
knife supermarket install oauth2_proxy
knife supermarket download oauth2_proxy
README
Dependencies
Quality 0%

oauth2_proxy

image

Cookbook to install and configure oauth2_proxy with LWRP

Requirements

  • ark
  • pleaserun

Platform Tested

  • Ubuntu 14.04 LTS

Usage

oauth2_proxy Cookbook utilizes a lightweight resource provider (LWRP) to handle installing oauth2_proxy, generate an oauth2_proxy config, and install a service for oauth2_proxy.

oauth2_proxy_site 'default' do
  auth_provider 'google'
  client_id 'foo'
  client_secret 'biscuit'
  cookie_secret 'stroopwafel'
  upstreams [ 'http://localhost' ]
end

Attributes

Attribute Description
default['oauth2_proxy']['install_url'] URL of release to download and install
default['oauth2_proxy']['checksum'] Checksum of release
default['oauth2_proxy']['install_path'] Path of where to install binaries
default['oauth2_proxy']['config_files'] Location to store config_files

Recipes

oauth2_proxy::install

Only installs oauth2_proxy with no configuration.

oauth2_proxy::default

No-op.

Author and Contributors

Copyright 2015 Orion Labs, Inc.

License

  • The oauth2_proxy Cookbook is covered under the Apache License, Version 2.0
  • The oauth2_proxy program is covered under the MIT license.

See LICENSE for the Apache License, Version 2.0

Dependent cookbooks

ark >= 0.0.0
pleaserun >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.0.6 failed this metric

FC017: LWRP does not notify when updated: /tmp/cook/527a934c0523b2a0ef36fe37/oauth2_proxy/providers/site.rb:48
FC017: LWRP does not notify when updated: /tmp/cook/527a934c0523b2a0ef36fe37/oauth2_proxy/providers/site.rb:78