Hi, Once authentication has been accomplished the application data begins to flow between client and server. How can one assure that the data is private?
I see an hbase property to turn on privacy: hbase.rpc.protection=privacy. Is this basically SSL, but instead of using certificates, it's using the Kerberos shared key that was deposited at the service when the client sends service ticket? Thanks. -Tony
