-
Notifications
You must be signed in to change notification settings - Fork 89
Readme updates #1
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
Closed
SteveLasker
wants to merge
13
commits into
notaryproject:master
from
shizhMSFT:stevelas/readme-updates
Closed
Readme updates #1
SteveLasker
wants to merge
13
commits into
notaryproject:master
from
shizhMSFT:stevelas/readme-updates
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Steve Lasker <stevelasker@hotmail.com>
Signed-off-by: Steve Lasker <stevelasker@hotmail.com>
Signed-off-by: Steve Lasker <stevelasker@hotmail.com>
SteveLasker
pushed a commit
that referenced
this pull request
Apr 4, 2021
Update to reflect current prototype
JeyJeyGao
added a commit
that referenced
this pull request
May 15, 2025
Pending on #1260 Fix: - updated timestamp to UTC with nanosecond - added new line after request and response log Previous example: ``` DEBU[2025-04-14T07:42:25Z] Request #0 > Request: "HEAD" "https://notationreg.azurecr.io/v2/hello/manifests/v1" > Request headers: "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json" "User-Agent": "notation/v2.0.0-alpha.1+unreleased" DEBU[2025-04-14T07:42:26Z] Response #0 < Response status: "401 Unauthorized" < Response headers: "Content-Length": "199" "X-Content-Type-Options": "nosniff" "Date": "Mon, 14 Apr 2025 07:42:26 GMT" "Server": "AzureContainerRegistry" "Connection": "keep-alive" "Strict-Transport-Security": "max-age=31536000; includeSubDomains, max-age=31536000; includeSubDomains" "Content-Type": "application/json; charset=utf-8" "Access-Control-Expose-Headers": "Docker-Content-Digest, WWW-Authenticate, Link, X-Ms-Correlation-Request-Id" "Docker-Distribution-Api-Version": "registry/2.0" "Www-Authenticate": "Bearer realm=\"https://notationreg.azurecr.io/oauth2/token\",service=\"notationreg.azurecr.io\",scope=\"repository:hello:pull\"" "X-Ms-Correlation-Request-Id": "df5ee6ff-0afb-47d6-ab98-6835c2e41f8a" DEBU[2025-04-14T07:42:26Z] Request #1 > Request: "POST" "https://notationreg.azurecr.io/oauth2/token" > Request headers: "Content-Type": "application/x-www-form-urlencoded" "User-Agent": "notation/v2.0.0-alpha.1+unreleased" ``` Current example: ``` notation sign notationreg.azurecr.io/hello:v1 -d DEBU[2025-05-12 07:41:42.720229189Z] Request #0 > Request: "HEAD" "https://notationreg.azurecr.io/v2/hello/manifests/v1" > Request headers: "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json" "User-Agent": "notation/v2.0.0-alpha.1+unreleased" DEBU[2025-05-12 07:41:43.248214367Z] Response #0 < Response status: "401 Unauthorized" < Response headers: "Date": "Mon, 12 May 2025 07:41:43 GMT" "Server": "AzureContainerRegistry" "Access-Control-Expose-Headers": "Docker-Content-Digest, WWW-Authenticate, Link, X-Ms-Correlation-Request-Id" "Docker-Distribution-Api-Version": "registry/2.0" "Strict-Transport-Security": "max-age=31536000; includeSubDomains, max-age=31536000; includeSubDomains" "X-Content-Type-Options": "nosniff" "X-Ms-Correlation-Request-Id": "0c11d32c-4ffe-480c-acb3-8d145a83a87e" "Content-Type": "application/json; charset=utf-8" "Content-Length": "199" "Connection": "keep-alive" "Www-Authenticate": "Bearer realm=\"https://notationreg.azurecr.io/oauth2/token\",service=\"notationreg.azurecr.io\",scope=\"repository:hello:pull\"" DEBU[2025-05-12 07:41:43.248394566Z] Request #1 > Request: "POST" "https://notationreg.azurecr.io/oauth2/token" > Request headers: "Content-Type": "application/x-www-form-urlencoded" "User-Agent": "notation/v2.0.0-alpha.1+unreleased" DEBU[2025-05-12 07:41:43.414852708Z] Response #1 < Response status: "200 OK" < Response headers: "Connection": "keep-alive" "X-Ms-Correlation-Request-Id": "d4baeae0-e47e-4b6f-8767-a7002229a1d6" "X-Ms-Ratelimit-Remaining-Calls-Per-Second": "333.316667" "Strict-Transport-Security": "max-age=31536000; includeSubDomains" "Server": "AzureContainerRegistry" "Date": "Mon, 12 May 2025 07:41:43 GMT" "Content-Type": "application/json; charset=utf-8" ``` Color:     Resolve part of #1247 --------- Signed-off-by: Junjie Gao <junjiegao@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial draft PR with formatting and content. I'll have additional changes before requesting a full commit.