Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-7915

Secure ThriftServer needs to login before calling HBaseHandler

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.94.6, 0.95.0
    • 0.94.6, 0.95.0
    • security, Thrift
    • None
    • Reviewed

    Description

      in ThriftServer.java the following call is made

      serverRunner = new ThriftServerRunner(conf);
      

      which invokes

      public ThriftServerRunner(Configuration conf) throws IOException {
          this(conf, new ThriftServerRunner.HBaseHandler(conf));
        }
      

      All of this is happening before the user has logged in and fails.

      Attachments

        1. HBASE-7915.patch
          4 kB
          Arpit Gupta
        2. HBASE-7915.patch
          3 kB
          Arpit Gupta
        3. HBASE-7915.branch-0.94.patch
          3 kB
          Arpit Gupta

        Issue Links

          Activity

            People

              arpitgupta Arpit Gupta
              arpitgupta Arpit Gupta
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: