Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (36 loc) · 2.25 KB

Kerberos-ambari-setup.md

File metadata and controls

50 lines (36 loc) · 2.25 KB

Setting Up Kerberos in Vagrant Full Dev

Note: These are instructions for Kerberizing Metron Storm topologies from Kafka to Kafka. This does not cover the sensor connections or MAAS. General Kerberization notes can be found in the metron-deployment README.md

Setup a KDC

See Setup a KDC and Verify KDC

Ambari Setup

  1. Kerberize the cluster via Ambari. More detailed documentation can be found here.

    a. For this exercise, choose existing MIT KDC (this is what we setup and installed in the previous steps.)

    enable keberos

    enable keberos get started

    b. Setup Kerberos configuration. Realm is EXAMPLE.COM. The admin principal will end up as admin/[email protected] when testing the KDC. Use the password you entered during the step for adding the admin principal.

    enable keberos configure

    c. Click through to “Start and Test Services.” Let the cluster spin up.

Push Data

  1. Kinit with the metron user
    kinit -kt /etc/security/keytabs/metron.headless.keytab [email protected]
    

See Push Data

More Information

See More Information