Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 826 Bytes

CONFIGURE_KERBEROS.md

File metadata and controls

29 lines (20 loc) · 826 Bytes

Configure Kerberos Authentication

This section explains how to integrate insight.io with Kerberos authentication. You can skip this part if you are not using Kerberos authentication.

Log into the machine that host the KDC server and add a principle called git, if not existed already:

kadmin.local
addprinc git
ktadd -norandkey git

Log into the machine that you are planning to run insight.io with, change to user root, and generate a valid kerberos ticket.

sudo su root
kinit git

Then the Kerberos authentication part is all-set. insight.io will automatically use the newly generated ticket as authorization credentials. But please make sure the ticket is always valid by manually setting the ticket expiration time or periodically running kinit.