Skip to content

Commit dedd40b

Browse files
authored
chore(cli): update allowList message (#570)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent 40d55f5 commit dedd40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func errorInfo(err error, logger zerolog.Logger) (string, int) {
5959
case v1.IsCasBackendErrorReasonInvalid(err):
6060
msg = "the CAS backend you provided is invalid. Refer to `chainloop cas-backend update` command or contact your administrator."
6161
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"
62+
msg = "your user is not part of the allow-list. Please contact your administrator."
6363
case isWrappedErr(st, jwtMiddleware.ErrTokenExpired):
6464
msg = "your authentication token has expired, please run chainloop auth login again"
6565
case isWrappedErr(st, jwtMiddleware.ErrMissingJwtToken):

0 commit comments

Comments
 (0)