There was an error while loading. Please reload this page.
1 parent 40d55f5 commit dedd40bCopy full SHA for dedd40b
1 file changed
app/cli/main.go
@@ -59,7 +59,7 @@ func errorInfo(err error, logger zerolog.Logger) (string, int) {
59
case v1.IsCasBackendErrorReasonInvalid(err):
60
msg = "the CAS backend you provided is invalid. Refer to `chainloop cas-backend update` command or contact your administrator."
61
case v1.IsAllowListErrorNotInList(err):
62
- msg = "your user is not part of the private beta yet. You can request access at https://docs.chainloop.dev/getting-started/private-beta"
+ msg = "your user is not part of the allow-list. Please contact your administrator."
63
case isWrappedErr(st, jwtMiddleware.ErrTokenExpired):
64
msg = "your authentication token has expired, please run chainloop auth login again"
65
case isWrappedErr(st, jwtMiddleware.ErrMissingJwtToken):
0 commit comments