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
Because it's often hard to know what the path should be
A copy paste fail from some doc site, missing the last character for example
I'll take a guess that an OCI repo returns 403 if your reference a path that doesn't exist.
But if there was some way of validating the path doesn't exist and feeding that back in the error, it would be a nicer experience for a user.
Eg. maybe something like:
./seaglass repos private-registry.venafi.cloud/public --recursive
Error: Path does not exist: private-registry.venafi.cloud/public
Usage:
seaglass repos [flags]
Flags:
-h, --help helpfor repos
--recursive List repositories recursively
The text was updated successfully, but these errors were encountered:
If you are looking at a harbor registry for a particular path that doesn't exist, the error can be miss-leading:
I only came across this as I was comparing our Venafi public registry with the private one:
This could happen regularly:
I'll take a guess that an OCI repo returns 403 if your reference a path that doesn't exist.
But if there was some way of validating the path doesn't exist and feeding that back in the error, it would be a nicer experience for a user.
Eg. maybe something like:
The text was updated successfully, but these errors were encountered: