[JIRA] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2017-03-29 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 Is there any update of this? It is still happening even in the latest (0.11) version. Thanks!  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2017-01-16 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 Yes, I'm using one to those myUser1 user.  It seems that could be a token expiration problem because (I can't tell you surely) this error happened once per day.  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2017-01-16 Thread ioca...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ioannis Canellos commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 So I am assuming that you are either connection with myUser1, myUser2 or admin, right? Could it be possible that each time jenkins starts, it authenticates but after 24 hours, the token expires and you start getting these errors until, you restart again? If this is the case, then we need to make sure in the kubernetes-client that we handle properlly token expiration.  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2017-01-16 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 I've used the term "suddenly" because after the plugin update everything had working well but without any reason (or the same one than causes this error in the 0.9 plugin version) this happened again. I could not find any pattern to reproduce this error. The output that you asked is this: 

 

$ oc adm policy who-can list pods -n jenkins
Namespace: jenkins
Verb:  list
Resource:  pods

Users:  myUser1
myUser2
system:admin
system:serviceaccount:jenkins:deployer
system:serviceaccount:management-infra:management-admin
system:serviceaccount:openshift-infra:build-controller
system:serviceaccount:openshift-infra:daemonset-controller
system:serviceaccount:openshift-infra:deployment-controller
system:serviceaccount:openshift-infra:deploymentconfig-controller
system:serviceaccount:openshift-infra:endpoint-controller
system:serviceaccount:openshift-infra:gc-controller
system:serviceaccount:openshift-infra:hpa-controller
system:serviceaccount:openshift-infra:job-controller
system:serviceaccount:openshift-infra:namespace-controller
system:serviceaccount:openshift-infra:pet-set-controller
system:serviceaccount:openshift-infra:pv-attach-detach-controller
system:serviceaccount:openshift-infra:pv-binder-controller
system:serviceaccount:openshift-infra:pv-recycler-controller
system:serviceaccount:openshift-infra:replicaset-controller
system:serviceaccount:openshift-infra:replication-controller

Groups: GL_APP_OSHIFT_Admins
system:cluster-admins
system:cluster-readers
system:masters
system:nodes

 

 Restarting the jenkins isntance it still repair this error. Thank you for helping me with this  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
  

[JIRA] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2017-01-16 Thread ioca...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ioannis Canellos commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 Albert V Can you please tell me what you mean by "suddendly"? What I get from it is that it worked, but at some point it stopped. Also can you please paste the output of:  oc adm policy who-can list pods -n jenkins  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2017-01-16 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 Any idea to how can we fix this issue? Carlos Sanchez or Ioannis Canellos??  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-12-29 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I missed to re-open the issue. More info in this comment.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39867  
 
 
  Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
Change By: 
 Albert V  
 
 
Resolution: 
 Fixed  
 
 
Status: 
 Closed Reopened  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-12-29 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 Suddenly I'm experiencing the same issue again in the 0.10 version of Kubernetes Plugin: 

 

Dec 29, 2016 11:58:55 AM WARNING org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision
Failed to count the # of live instances on Kubernetes
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: GET at: https://myopenshift.url/api/v1/namespaces/jenkins/pods?labelSelector=jenkins%3Dslave. Message: Unauthorized
.
	at io.fabric8.kubernetes.client.dsl.base.OperationSupport.requestFailure(OperationSupport.java:315)
	at io.fabric8.kubernetes.client.dsl.base.OperationSupport.assertResponseCode(OperationSupport.java:268)
	at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleResponse(OperationSupport.java:237)
	at io.fabric8.kubernetes.client.dsl.base.OperationSupport.handleResponse(OperationSupport.java:230)
	at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:506)
	at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:62)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.addProvisionedSlave(KubernetesCloud.java:651)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud.provision(KubernetesCloud.java:513)
	at hudson.slaves.NodeProvisioner$StandardStrategyImpl.apply(NodeProvisioner.java:701)
	at hudson.slaves.NodeProvisioner.update(NodeProvisioner.java:307)
	at hudson.slaves.NodeProvisioner.access$000(NodeProvisioner.java:60)
	at hudson.slaves.NodeProvisioner$NodeProvisionerInvoker.doRun(NodeProvisioner.java:798)
	at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:50)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
 

 Ioannis Canellos Could be another Kubernetes (Openshift) Client issue?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
  

[JIRA] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-12-18 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Should be fixed in 0.10  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-39867  
 
 
  Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
Change By: 
 Carlos Sanchez  
 
 
Status: 
 Open Closed  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 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 

[JIRA] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-12-02 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 k8s client is upgraded in https://github.com/jenkinsci/kubernetes-plugin/pull/101  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-12-01 Thread agustin_burgu...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 agustin burguete commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 Thank you for your comments, I am bound to make some mistakes since I do not have that much experience. Nevertheless, it is when using NFS volume or Hosted volume (aprox. name, cannot check it right now) that I get the error. With no volume or Empty dir volume, it works fine, the plugin does start-up a pod in Openshift. I am using a Vagrant all-in-one version of Openshift Origin as kubernetes host, and therefore I just use a system-admin login for all purposes, so I would not expect permission issues. I am replicating the setup described in here https://blog.openshift.com/jenkins-slaves-in-openshift-using-an-external-jenkins-environment/ where two ways are used to have jenkins slaves, one is Swarm plugin (preallocated slave pods selfdiscover the master) the other kubernetes-plugin (the master actively launches slaves on kubernetes, that would be within openshift in this case). For swarm plugin I found that v2.2 does have regression in terms of honoring the NO_PROXY env. var, which is important on my setup, so it works fine if I stay in 2.0. For kubernetes-plugin I am finding the problem already stated, it launches slaves OK only if they have no volumes or empty dir volumes. I am wildguessing it might have to do with some bug in kubernetes-client which is used for the plugin?, Since it is a jenkins for experimenting, I am using an 'admin' account in jenkins too. The pod slaves preinstantiated (the ones that connect to master jenkins via swarm) do also have the same NFS volume defined (via openshift deployment config in this case) and they work just fine. NFS directory has an nfsnobody owner and group, that volumes is accessed ok for the preallocated pods launched via openshift, and anyway the other option via 'host volume' does not work either (same error). NFS directories, Openshift origin and master jenkins all are located in the same machine. Master jenkins cohabits with Openshift Origin installation (so master jenkins is not a pod within Openshift, the slaves are meant to be deployed in Openshift). The whole point of the setup is to have all slaves share a persistent volume to keep there maven's repository, so that when maven 'downloads half of internet' upon a build, is kept there and all those jars do not disappear and have to be downloaded again for a next build. Slaves preallocated with swarm do fine on this, the ones with kubernetes-plugin... seemingly cannot have a persistent volume for now...Sorry for the lengthy comment! Your suggestions are very welcome. Should this be a separate issue?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 
  

[JIRA] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-12-01 Thread ioca...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ioannis Canellos commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 agustin burguete You need to make sure that the service account you are using has permission to use volumes.   
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-12-01 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 agustin burguete: 
 
Which is the default user-id and group-id for the NFS? 
Which is the user-id and group-id of your jenkins user? 
Which directories do you have in the NFS? 
 I think that this problem is not related with the plugin. Anyway it would be better if you open a new issue for your problem and we will try to help you   
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-11-29 Thread agustin_burgu...@hotmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 agustin burguete commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 I do not know if it is related to this but I am getting an error like the one described in here: https://github.com/fabric8io/kubernetes-client/issues/558 I am using Jenkins 2.19.3 and kubernetes-plugin 0.9 If the pod template I use does NOT have volumes, everything goes fine. But if in the same template, I add an NFS volume is when I get this error: SEVERE: Error in provisioning; slave=KubernetesSlave name: jenkins-slave-template-12849497fadef4, template=org.csanchez.jenkins.plugins.kubernetes.PodTemplate@4687fe6a io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.49.160.125:8443/api/v1/namespaces/jenkins-slaves/pods. Message: Forbidden! User admin/10-49-160-125:8443 doesn't have permission..  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-11-24 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 Ioannis Canellos You're right. I've an external Jenkins installation.  Great news if this bug was fixed! So Carlos Sanchez, the next version of Kubernetes-plugin when is expected to be released?  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-11-23 Thread ioca...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ioannis Canellos commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 My comment above applies to setups where jenkins is deployed as pod. From the description above I understand that this is not the case and Jenkins lives outside of openshift, right?  If this is the case, you may be hitting a bug in the openshift client, which was fixed recently: https://github.com/fabric8io/kubernetes-client/commit/97990ab51fe8d8bc307b7494098f0ebe3a3422d6 So, we need to update to a more recent version.  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-11-23 Thread ioca...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ioannis Canellos commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 The jenkins pod needs to use a service account and that service account needs to be allowed to list, create, delete pods. For example the following command `oc adm policy who-can create pods` needs to return a list that contains the service account assigned to jenkins.  This might explain things better than me: https://docs.openshift.com/enterprise/3.0/admin_guide/manage_authorization_policy.html  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-11-23 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 Maybe Ioannis Canellos or James Strachan have an idea  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-11-22 Thread albertv...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Albert V commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 A user/password.  And even with this error we can still logging in to Openshift with this credentials.  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-11-22 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez commented on  JENKINS-39867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
 how are you authenticating to openshift? using a service account, user/password, certs,...?  
 

  
 
 
 
 

 
 
 

 
 
 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] (JENKINS-39867) Message: Unauthorized from OpenShift API after some time

2016-11-22 Thread jenkins...@carlossanchez.eu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Carlos Sanchez updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-39867  
 
 
  Message: Unauthorized from OpenShift API after some time   
 

  
 
 
 
 

 
Change By: 
 Carlos Sanchez  
 
 
Summary: 
 Message: Unauthorized  from OpenShift API after some time  
 

  
 
 
 
 

 
 
 

 
 
 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.