Setup

Sets up Warden authentication.

Command

$ eucalypt security warden setup
# Alias/shortened
$ eucalypt s warden setup
$ eucalypt s warden s
$ eucalypt s w s

Options/flags

  • --controller, --no-controller, (Default: True)

    Specify whether or not to generate an authentication controller.

Examples

  • $ eucalypt s warden setup

    Sets up Warden authentication with default options.

  • $ eucalypt s warden setup --no-controller

    Sets up Warden authentication (without an authentication controller).

Last updated