Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Bug #168190


https://bugs.eclipse.org/bugs/show_bug.cgi?id=168190

 ------- Comment  #3 From Thomas Hallgren  2007-01-02 05:28:37  [reply] -------

I think this must work in headless too since that's an important aspect of
Buckminster. I suggest that the implementation is done in two steps:

1. We add an extension point that requires the implementation of a Java
interface that can be used when querying for credentials. Initially, we provide
two implementations. One for the UI that pops up a dialog that shows the URL
and asks for login/password, and one for headless that prints a message that
contains the URL on the console and then prompt for username/password.

The information that is displayed in the UI or in the console must, in addition
to the URL, also provide information about where that information is required
(i.e. is it the URL to the RMAP, the URL used by a provider, or something
else).

2. For unattended builds we also need an implementation that can answer the
correct username/password backed by a file like Henrik suggests. The drawback
is of course that passwords need to be stored as plain text but I can't see any
other way to provide that sort of information.

Have there been any further discussion/decisions on the headless mode - file name, format, location? I'd like to help move this forward.

It seems like the conversation stopped on this bug and picked back up on
https://bugs.eclipse.org/bugs/show_bug.cgi?id=192839
but missed some of these points.

Thanks,

Robert Dale



Back to the top