You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mbohlool I am trying the new tpr resources endpoints and it seems to work fine if I am outside a cluster, but when I run it in a cluster it appears that my call to list_third_party_resource is getting a 401 as there is no auth passed with the request. This is in contrast to the replace_third_party_resource call which seems to work fine.
Uh oh!
There was an error while loading. Please reload this page.
Hi @mbohlool I am trying the new tpr resources endpoints and it seems to work fine if I am outside a cluster, but when I run it in a cluster it appears that my call to
list_third_party_resource
is getting a 401 as there is no auth passed with the request. This is in contrast to thereplace_third_party_resource
call which seems to work fine.I did notice that here: https://github.com/kubernetes-incubator/client-python/blob/master/kubernetes/client/apis/third_party_resources_api.py#L487, there is no 'Bearer' in the auth settings like there appears to be in the replace call I do elsewhere.
Is there some configuration on the client generation that is missing?
Thanks.
The text was updated successfully, but these errors were encountered: