[
https://issues.jboss.org/browse/JBIDE-19902?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-19902:
------------------------------------------
I think that the following code is triggering this:
{code:title=OpenShiftExplorerLabelProvider#getStyledText}
if(element instanceof Connection){
Connection conn = (Connection) element;
String prefix = org.apache.commons.lang.StringUtils.defaultIfBlank(conn.getUsername(),
conn.getToken());
{code}
conn.getToken() triggers the secure storage password prompt to show up on startup.
Explorer: v3 connection with basic auth trigger secure storage prompt
on Eclipse startup
----------------------------------------------------------------------------------------
Key: JBIDE-19902
URL:
https://issues.jboss.org/browse/JBIDE-19902
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.0.Beta1
Reporter: Andre Dietisheim
Assignee: Jeff Cantrill
Attachments: secure-storage-prompt.png
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)