[kepler-dev] [Bug 5488] New: domain/username/password in command line hadn't been parsed in kepler when kepler needed them to access external data objects

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Thu Sep 8 16:56:40 PDT 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5488

           Summary: domain/username/password in command line hadn't been
                    parsed in kepler when kepler needed them to access
                    external data objects
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build system
        AssignedTo: david.v.welker at gmail.com
        ReportedBy: tao at nceas.ucsb.edu
         QAContact: kepler-dev at kepler-project.org
   Estimated Hours: 0.0


When I used the command line to run a workflow which would access some private
data, i found the domain/username/password arguments in command line were not
used. So the execution failed since kepler thought the public user wanted to
access those data.

The reason is the authentication path was done earlier than the path which
parsed the domain/username/password in KeplerConfigurationApplication class. I
changed the order and the bug was fixed.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list