Skip to content
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

feat(doc): simplify signing experience #553

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

priteshbandi
Copy link
Contributor

Related issue #537

Signed-off-by: Pritesh Bandi [email protected]

iamsamirzon
iamsamirzon previously approved these changes Feb 17, 2023
@priteshbandi priteshbandi added this to the RC-3 milestone Feb 28, 2023
@priteshbandi priteshbandi changed the title Simplify signing experience feat: Simplify signing experience Mar 1, 2023
@shizhMSFT shizhMSFT changed the title feat: Simplify signing experience feat(doc): Simplify signing experience Mar 1, 2023
@shizhMSFT shizhMSFT changed the title feat(doc): Simplify signing experience feat(doc): simplify signing experience Mar 1, 2023
specs/commandline/sign.md Outdated Show resolved Hide resolved
Copy link
Contributor

@yizha1 yizha1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I vote for @shizhMSFT 's comment.
Thanks @priteshbandi to introduce a new option for users to sign using on-demand key

specs/commandline/sign.md Outdated Show resolved Hide resolved
specs/commandline/sign.md Outdated Show resolved Hide resolved
specs/commandline/sign.md Outdated Show resolved Hide resolved
Signed-off-by: Pritesh Bandi <[email protected]>
Copy link
Contributor

@patrickzheng200 patrickzheng200 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@yizha1 yizha1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but IANAM

Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@JeyJeyGao JeyJeyGao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@priteshbandi priteshbandi merged commit e37304e into notaryproject:main Mar 3, 2023
priteshbandi pushed a commit that referenced this pull request Mar 7, 2023
This PR introduces a new option for users to sign using an on-demand key. Users are able to sign without needing to add a key first.
This PR intends to address the following issue: #537 based on spec changes in #553 

```
c889f3b9d811:notation kodysk$ ./bin/notation sign --plugin com.example.plugin --id example:test-id $IMAGE
Warning: Always sign the artifact using digest(@sha256:...) rather than a tag(:v1) because tags are mutable and a tag reference can point to a different artifact than the one signed.
Successfully signed localhost:5000/net-monitor@sha256:07c30edca95116e23f6a150ba3f7ed296eca71021dba9d9569eb07820f8c0e7d
```

Signed-off-by: Kody Kimberl <[email protected]>
duffney pushed a commit to duffney/notation that referenced this pull request Mar 30, 2023
Related issue notaryproject#537

Signed-off-by: Pritesh Bandi <[email protected]>
Signed-off-by: Josh Duffney <[email protected]>
duffney pushed a commit to duffney/notation that referenced this pull request Mar 30, 2023
This PR introduces a new option for users to sign using an on-demand key. Users are able to sign without needing to add a key first.
This PR intends to address the following issue: notaryproject#537 based on spec changes in notaryproject#553

```
c889f3b9d811:notation kodysk$ ./bin/notation sign --plugin com.example.plugin --id example:test-id $IMAGE
Warning: Always sign the artifact using digest(@sha256:...) rather than a tag(:v1) because tags are mutable and a tag reference can point to a different artifact than the one signed.
Successfully signed localhost:5000/net-monitor@sha256:07c30edca95116e23f6a150ba3f7ed296eca71021dba9d9569eb07820f8c0e7d
```

Signed-off-by: Kody Kimberl <[email protected]>
Signed-off-by: Josh Duffney <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants