Skip to main content

Home

Configuring Kerberos

  1. Stop Unravel.

    <Unravel installation directory>/unravel/manager stop
    
  2. Set the principal path and keytab and then enable Kerberos authentication:

    <Unravel installation directory>/unravel/manager config kerberos set --keytab </path/to/keytab file> --principal <server@example.com>
    <Unravel installation directory>/manager config kerberos enable
  3. Apply changes.

    <unravel_installation_directory>/manager config apply
    
  4. Start Unravel.

    <unravel_installation_directory>/unravel/manager start