Skip to content

cub auth browser-session

cub auth browser-session

Open the web UI signed in as the current context

Synopsis

Sign a browser in using this CLI's session.

Asks the server for a single-use link and opens it. The link carries no credential of its own -- it is exchanged for a session cookie once and then stops working, which is why it is safe to appear in a URL and why it expires quickly.

Useful on an instance with no identity provider, where the browser has no other way in.

cub auth browser-session [flags]

Options

  -h, --help         help for browser-session
      --no-browser   print the link instead of opening it

Options inherited from parent commands

      --context string   The context to use for this command
      --debug            Debug output

SEE ALSO