Skip to main content
Skip table of contents

Engine Custom authentication

Indexima provides its own authentication mechanism for basic user/password authentication.


Activate this authentication mechanism, in the hive-site.xml configuration file:

hive-site.xml

XML
        <property>
                <name>hive.server2.authentication</name>
                <value>CUSTOM</value>
        </property>
        <property>
                <name>hive.server2.custom.authentication.class</name>
                <value>io.galactica.admin.HiveAuthProvider</value>
        </property>


To configure users, you need to add these lines in your galactica.conf file:

BASH
session.users=user1,user2
session.passwords=pass1,pass2
users.in.admin.role=user1

All parameters are comma-separated lists.

More information on galactica.conf parameters

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.