·
2 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Note
Hawser standard mode now requires a token when Hawser binds a non-loopback address (the default 0.0.0.0). If a standard-mode agent has no TOKEN set, choose one of:
- set
TOKEN(recommended — and add it to the matching environment in Dockhand), or - bind locally with
BIND_ADDRESS=127.0.0.1, or - set
ALLOW_INSECURE_NO_AUTH=trueto keep the previous behavior.
Edge-mode agents and agents that already use a token are unaffected.
Changelog
- 3e54965 Refuse to start standard mode on a public bind without a token