Project

General

Profile

« Previous | Next » 

Revision e3754ecd

Added by Ewoud Kohl van Wijngaarden about 7 years ago

Disable oauth by default

OAuth has been deprecated since 2.4.0 and will be removed. We also have
insecure defaults.

Closes GH-175

View differences:

manifests/params.pp
$serial_number_path = '/var/lib/pulp/sn.dat'
$consumer_history_lifetime = 180
$oauth_enabled = true
$oauth_enabled = false
$oauth_key = 'pulp'
$oauth_secret = 'secret'

Also available in: Unified diff