Closed runningman84 closed 9 years ago
I have nginx in front of it and I would like to manage my users there.
Hi @runningman84
In order to disable Uchiwa built-in authentication, you simply have to set the node['uchiwa']['settings']['user'] and node['uchiwa']['settings']['pass'] attributes to empty strings.
node['uchiwa']['settings']['user']
node['uchiwa']['settings']['pass']
I have nginx in front of it and I would like to manage my users there.