Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Warden doesn't bind to a public IP address by default #51

Open
fmitchell-r7 opened this issue Nov 3, 2016 · 0 comments
Open

Warden doesn't bind to a public IP address by default #51

fmitchell-r7 opened this issue Nov 3, 2016 · 0 comments

Comments

@fmitchell-r7
Copy link

Warden binds to localhost by default, which makes it hard to use out of the box with Tokend. We should either change the default attributes in the cookbook to bind to the node's IP address

node['warden']['config']['service']['hostname'] = node['ipaddress']

or change the default configuration to bind to 0.0.0.0.

{
  "service": {
    "hostname": "0.0.0.0"
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant