argoflow / argoflow-aws

Argoflow-AWS has been superseded by deployKF
GNU Affero General Public License v3.0
44 stars 29 forks source link

Central Dashboard Manage Contributors Unable to add new contributor for user: [object Object] #234

Open amybachir opened 3 years ago

amybachir commented 3 years ago

Hi! I'm running off latest commit in argoflow as of today (commit hash cdce0fc). I'm unable to add a contributor to my workspace. Attempting to a add a user returns the following error: Unable to add new contributor for user: [object Object]

image

CodeBooster97 commented 2 years ago

Do you have some news on this?

amybachir commented 2 years ago

@GetOn4 Nope and I haven't had a chance to troubleshoot this yet. I think it might be a problem in the central dashboard cuz I can add contributors manually through kubectl by following the documentation on kubeflow

I did notice that add-contributor endpoint sometimes gets a 404 and sometimes a 400 response code image

This is the error log from the central dashboard pod:


Unable to add new contributor for abachir: [object Object]
Unable to add new contributor for abachir: [object Object]
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'profiles-kfam.kubeflow'
}
Unable to add new contributor for abachir: Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) Error: getaddrinfo EAI_AGAIN profiles-kfam.kubeflow
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  errno: 'EAI_AGAIN',
  code: 'EAI_AGAIN',
  syscall: 'getaddrinfo',
  hostname: 'profiles-kfam.kubeflow'
}```