cli
cli copied to clipboard
Allow binding OAUTH redirect to all IP addresses including public
Changes
Provide a flag on auth commands that allows binding the OAUTH redirec…t address to a port rather than an address, allowing binding to public IP addresses rather than just localhost. This allows workloads within Docker containers (and other more complex network situations) to allow binding and OAUTH redirect.
Tests
Tests have been added. Also tested locally.