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
CredClient.getProxyCertificate fails with when the currently delegated certificate is not valid (eg expired). This leaves the calling service unable to diagnose and report a suitable error to it's caller.
impovement:
need a standard error message from service in this case and suitable http status code
CredClient needs to handle this and throw a better exception than HttpDownload (IOException)
The text was updated successfully, but these errors were encountered:
CredClient.getProxyCertificate fails with when the currently delegated certificate is not valid (eg expired). This leaves the calling service unable to diagnose and report a suitable error to it's caller.
impovement:
The text was updated successfully, but these errors were encountered: