-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid link in notation login
error message
#783
Invalid link in notation login
error message
#783
Comments
I will investigate a redirection solution for this broken link. |
IMO we should avoid adding link in CLI and instead maintain error message FAQ in the https://notaryproject.dev/ website. This way we can update/archive FAQ without much effort |
@priteshbandi Thanks for your advice. From my observation, the common practice is to use versioned URL in the CLI/GUI. The root cause of this issue is the Notary Project website lacks of version control so we can't use a versioned permanent doc link in CLI. Does this make sense? |
#375) Fix notaryproject/notation#783 How to test: Access https://deploy-preview-375--notarydev.netlify.app/docs/how-to/registry-authentication/, it will redirect to https://deploy-preview-375--notarydev.netlify.app/docs/user-guides/how-to/registry-authentication/ After merging this PR, it should work and redirect the broken link https://notaryproject.dev/docs/how-to/registry-authentication/ to https://notaryproject.dev/docs/user-guides/how-to/registry-authentication/ --------- Signed-off-by: Feynman Zhou <[email protected]>
What is not working as expected?
The troubleshooting link in the error message of
notation login
is not working (404 Not Found).Looks like the corresponding page has been moved to https://notaryproject.dev/docs/user-guides/how-to/registry-authentication/.
What did you expect to happen?
The error message should be updated with the correct link.
How can we reproduce it?
Run
notation login
on a Linux machine with no credentials store installed.Describe your environment
Notation installation method : wget
OS version: Ubuntu 18.04.4 LTS (WSL)
Shell type: Bash on Windows
What is the version of your Notation CLI or Notation Library?
Version: 1.0.0
Go version: go1.20.7
Git commit: 80e3fc4
The text was updated successfully, but these errors were encountered: