You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use an oauth2 proxy in front of uchiwa to identify my users, i don't need a second authentication layer.
My problem is the uchiwa cookbook forces me to use uchiwa authentication. While i could do a recipe who unsets theses attributes that would be a hack.
Perhaps you could remove default['uchiwa']['settings']['user'] = 'admin' and default['uchiwa']['settings']['pass'] = 'supersecret' in attributes/default.rb ?
Regards
The text was updated successfully, but these errors were encountered:
Hi,
I use an oauth2 proxy in front of uchiwa to identify my users, i don't need a second authentication layer.
My problem is the uchiwa cookbook forces me to use uchiwa authentication. While i could do a recipe who unsets theses attributes that would be a hack.
Perhaps you could remove
default['uchiwa']['settings']['user'] = 'admin'
anddefault['uchiwa']['settings']['pass'] = 'supersecret'
inattributes/default.rb
?Regards
The text was updated successfully, but these errors were encountered: