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
On multiple online installations, we have observed issues reaching out to replicated.app to update the license. I have not yet been able to consistently reproduce, but I want to start compiling evidence here and look for feedback on what could be causing this.
The error appears to correspond to this code path:
On multiple online installations, we have observed issues reaching out to replicated.app to update the license. I have not yet been able to consistently reproduce, but I want to start compiling evidence here and look for feedback on what could be causing this.
The error appears to correspond to this code path:
kots/pkg/license/license.go
Line 43 in a177cc1
This error implies that
replicated.app
is reachable and returns a status code <400.To help debug, we asked our customer to run the following from within the
kotsadm
pod:curl -ivv -H "Authorization: Basic [redacted]" https://replicated.app/license/[redacted]
The response returned looked correct:
The text was updated successfully, but these errors were encountered: