StackStorm / chef-stackstorm

DEPRECATED! Community-maintained Chef Cookbook to deploy StackStorm, IFTTT for Ops
https://supermarket.chef.io/cookbooks/stackstorm
Apache License 2.0
16 stars 10 forks source link

Add htpasswd generation #48

Closed arm4b closed 7 years ago

arm4b commented 7 years ago

Fixes #40

Generates /etc/st2/htpasswd for default auth method, according to Installation Docs: https://docs.stackstorm.com/install/deb.html#configure-authentication

I think we'll need to configure more advanced auth methods in a Cookbook in future, but only if that'll be really requested. One step at a time.

shortdudey123 commented 7 years ago

Looks like this PR covered more than what is described

arm4b commented 7 years ago

Looks like this PR covered more than what is described

If you mean Vagrantfile vagrant-hostmanager settings, - this will be preferred for upcoming st2web to reach the Web UI more easily (it uses the same username:password to reach the st2auth).

shortdudey123 commented 7 years ago

ah cool