Skip to content

Commit

Permalink
Remove default username for sensu
Browse files Browse the repository at this point in the history
In some cases we need a passwordless sensu dashboard for different reasons, for example if we would like to manage the Auth using Nginx + Google_Auth_proxy[1].

Adding the default sensu user on the provider would mean that we have to authenticate everytime which doesn't make much sense.

[1] https://github.com/bitly/google_auth_proxy
  • Loading branch information
rhoml committed Aug 6, 2014
1 parent 26662df commit e317b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/puppet/type/sensu_dashboard_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def initialize(*args)
newproperty(:user) do
desc "The username to use when connecting to the Sensu Dashboard"

defaultto 'sensu'
end

newparam(:base_path) do
Expand Down

0 comments on commit e317b62

Please sign in to comment.