[JIRA] (JENKINS-40175) Masked Passwords are shown while rebuild.

2016-12-16 Thread mwarken...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Warkentin commented on  JENKINS-40175  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Masked Passwords are shown while rebuild.   
 

  
 
 
 
 

 
 We're having the same problem.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [reverse-proxy-auth-plugin] (JENKINS-32663) Jenkins instance is not loading after patch upgrade

2016-02-04 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-32663 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins instance is not loading after patch upgrade  
 
 
 
 
 
 
 
 
 
 
Same issue here - interesting enough it's only affecting 2 / 4 of our users. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ansible-plugin] (JENKINS-30656) Ansible plugin: Work support for ssh private key which is protected by password.

2015-11-06 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-30656 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Ansible plugin: Work support for ssh private key which is protected by password.  
 
 
 
 
 
 
 
 
 
 
I believe I've hit this issue as well, I'm able to ssh in to the server using the password-protected private key, however I am getting "Permission denied (publickey)." when using the ansible plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-20 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
I used Ajax.Responders.register to peek into the AJAX requests being sent, and noticed that there are actually two separate crumb headers in the options: crumb and Crumb. They both contain the same crumb value. 
Using this hacky, hopefully temporary snippet, fixed the issue by deleting one of those crumb headers and allowed me to configure the job: 

 

Ajax.Responders.register({ 
  onCreate: function(a){ 
delete a.options.requestHeaders.Crumb; 
  } 
});
 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-20 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
Daniel Beck We'll try removing our custom crumb name and see if that fixes things. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-20 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
Hey Daniel Beck, looks like things are working without the custom crumb name, however I took a look at the request headers, and we're still sending the extra Crumb header - just that Jenkins isn't using it anymore. Let me know if you have any ideas for figuring out where that's coming from. 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-17 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
I noticed that there seems to be two scripts in the page source which are calling appendToForm: 

 

scriptfunction confirmPOST_id1957(post, href, message) {
if (confirm(message)) {
var form = document.createElement('form');
form.setAttribute('method', post ? 'POST' : 'GET');
form.setAttribute('action', href);
if (post) {
crumb.appendToForm(form);
}
document.body.appendChild(form);
form.submit();
}
return false;
}/script a _onclick_=confirmPOST_id1958(true, '/jenkins/job/test/doDelete', 'Are you sure about deleting the Project ‘test’?') class=task-link href="" class="code-quote" style="color: #009100">#Delete Project/ascriptfunction confirmPOST_id1958(post, href, message) {
if (confirm(message)) {
var form = document.createElement('form');
form.setAttribute('method', post ? 'POST' : 'GET');
form.setAttribute('action', href);
if (post) {
crumb.appendToForm(form);
}
document.body.appendChild(form);
form.submit();
}
return false;
}/script
 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-17 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
Looks like it's initialized with a single value: scriptcrumb.init(crumb, 3a19f039c1048c7144cb4412f5cc87f6); 
crumb.appendToForm appears to be called twice on page load. 
I don't believe that we have any UI customization plugins installed here are screenshots showing what plugins we've got installed / enabled: 
 

http://snaps.michaelwarkentin.com.s3.amazonaws.com/Update_Center_Jenkins_2015-08-17_10-02-36.png
 

http://snaps.michaelwarkentin.com.s3.amazonaws.com/Update_Center_Jenkins_2015-08-17_10-02-53.png
 

http://snaps.michaelwarkentin.com.s3.amazonaws.com/Update_Center_Jenkins_2015-08-17_10-03-07.png
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-17 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
Based on the js call stack, it's being called twice from behavior.js. 

 

startNode._each(function (node) {
var list = findElementsBySelector(node, registration.selector, includeSelf);
if (list.length  0) {
//console.log(registration.id + ':' + registration.selector + ' @' + registration.priority + ' on ' + list.length + ' elements');
list._each(registration.behavior);
}
});
 

 
list is an array with 2 elements: form and form.no-json 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-17 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
Never mind, those appear to be functions which get called when clicking on various links. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-17 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
Here's an example AJAX request when trying to add a new parameter to a job (removed cookies): 

 

Accept:text/_javascript_, text/html, application/xml, text/xml, */*
Accept-Encoding:gzip, deflate
Accept-Language:en-US,en;q=0.8
Connection:keep-alive
Content-Length:2
Content-type:application/x-stapler-method-invocation;charset=UTF-8
Crumb:3a19f039c1048c7144cb4412f5cc87f6, 3a19f039c1048c7144cb4412f5cc87f6
Host:ci.hostname.com
Origin:https://ci.hostname.com
Referer:https://ci.hostname.com/jenkins/job/test/configure
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36
X-Prototype-Version:1.7
X-Requested-With:XMLHttpRequest
 

 
POST payload was empty: http://snaps.michaelwarkentin.com.s3.amazonaws.com/test_Config_Jenkins_2015-08-17_09-29-11.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-17 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin edited a comment on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 Lookslikeit'sinitializedwithasinglevalue:{{scriptcrumb.init(crumb,3a19f039c1048c7144cb4412f5cc87f6);}}{{crumb.appendToForm}}appearstobecalledtwiceonpageload.Idon'tbelievethatwehaveanyUIcustomizationpluginsinstalled here .Here arescreenshotsshowingwhatpluginswe'vegotinstalled/enabled:*http://snaps.michaelwarkentin.com.s3.amazonaws.com/Update_Center_Jenkins_2015-08-17_10-02-36.png*http://snaps.michaelwarkentin.com.s3.amazonaws.com/Update_Center_Jenkins_2015-08-17_10-02-53.png*http://snaps.michaelwarkentin.com.s3.amazonaws.com/Update_Center_Jenkins_2015-08-17_10-03-07.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-29962) Found invalid crumb

2015-08-15 Thread mwarken...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Warkentin commented on  JENKINS-29962 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Found invalid crumb  
 
 
 
 
 
 
 
 
 
 
Hi Daniel Beck, I have access to the same Jenkins instance as Hany Fahim. 
I don't see any warnings about the reverse proxy in /jenkins/manage: https://s3.amazonaws.com/snaps.michaelwarkentin.com/Manage_Jenkins_Jenkins_2015-08-15_09-53-04.png 
Here's a screenshot of the CSRF section of the security page: https://s3.amazonaws.com/snaps.michaelwarkentin.com/Configure_Global_Security_Jenkins_2015-08-15_09-55-45.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.