Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
Assumptions and Prerequisites
On this page
Depending on your Kerberos environment, some of the instructions may require changes to adhere to your realm’s configuration.
Prerequisites
-
Understanding of Kerberos concepts and how to administer a realm.
-
A cluster running SingleStore version 5.
7. 4 or later. -
SingleStore Client: Typically installed on the main deployment host when deploying SingleStore.
Instructions for installing the client are also included in the configuration process. -
The SingleStore ODBC Driver: The SingleStore ODBC Driver supports Kerberos/GSSAPI authentication.
For additional ODBC, JDBC, and C++ clients that you can use to authenticate SingleStore users, refer to Connect with Application Development Tools. -
GSSAPI Authentication Plugin: In addition to the SingleStore client and ODBC Driver, you must also have the GSSAPI authentication plugin available on the connecting host.
The plugin is referenced in the connection string when connecting with a client or connector. The GSSAPI plugin is packaged with the SingleStore ODBC Driver, download its latest version. Once downloaded, the plugin is located in a path such as singlestore-odbc-connector-<version>/pluginsdirectory for Linux/Unix and it is installed with the driver for Windows.For more information, refer to The SingleStore ODBC Driver.
Last modified: