Support for Kerberos KeyTab and Principal Parameters
rbs4ba opened this issue · comments
Similar to other operators (like the HDFS toolkit operators), it would be helpful to have Kerberos support in the form of operator-parameters: authKeytab & authPrincipal.
I saw another issue #92 that has been closed by the submitter, asking about Kerberos support. It seems like this would be beneficial to many.
We accept this issue as toolkit enhancement.
If you have something, that you can contribute, feel free to open a pull request:
https://github.com/IBMStreams/administration/wiki/Contributing-to-IBMStreams
All streamsx.hbase operators have now 2 additional parameters:
authPrincipal : This parameter specifies the Kerberos principal.
authKeytab : This parameter specifies the keytab file that is created for the principal.
The corrections for kerberos support have been delivered in kerberos branch.
https://github.com/IBMStreams/streamsx.hbase/tree/kerberos
The tests are in progress.
A how to documentation to setup a kerberos for HABSE is in progress.
The correction has been delivered in:
https://github.com/IBMStreams/streamsx.hbase/releases/tag/v3.1.0