Vani Rao
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    1
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Goals for Notation release ## RC-2 Release Additional Items - FEB 13th 2023 (<span style="color:green">Release COMPLETE</span>) 1. Semantic versioning (P0) - Ensuring only approved/newer-plugins can be used for verification. - This feature implements SemVer in Notation. Not implementing this feature is blocking using verification plugin minimum version critical attribute in signature verification workflow. 2. Automatic OCI Fall back support – existing OCI 1.0 based registries can transparently work with Notation, with no change to UX (P0) - Artifact push result in an OCI Image Manifest where OCI Artifact Manifest is not supported by the remote registry. 3. Inspect Command Implementation (P1) - Allows user to see detail of the signature. Will be used by customer for debugging ## RC-3 Release Items - March 6th 1. Change default Manifest to Image Manifest in Notation. Issue to be created and update.(Yi) - Changes to be done by MSFT. - PR review on Tuesday by AWS. - Testing complete and release by 6th. 2. Support TSA (TimeStamp Authority) trust stores in trust policy (AWS) (P1) - Create the issue for the documentation in Roadmap. - As part of RC-3, add documentation to outline 'disclaimer for expiration'. (as per the 02/06 community meeting) - https://hackmd.io/yw2QSaOKRUKP9Nx_Ozh-kA 3. Simplify Signing experience - https://github.com/notaryproject/notation/issues/537 ## RC-4 Release Items - March 30th / Apr 06th 2023 (Can be called GA ? ) 1. Governance work (MSFT / AWS) (P0) - Toddy to create issues. 2. Security (P0) - Toddy/Yi/Vani - Create a Security Policy story under Roadmap repo. Ex: Security Overview · containerd/containerd (github.com). The policy will have a link to the security.md file. - Create a issue under each repo for security policy and link security.md file creation. - There could be other tasks based on the security audit results and we need to allocate separate time for this discussion. 3. Threat Modeling for Notation (Directory + Configurations _ Registry)(P0) - (AWS/MSFT) - Threat modeling involves identifying ways that an adversary might try to attack notation and then designing mitigations to prevent, detect or reduce the impact of those attacks. https://github.com/notaryproject/notaryproject/pull/242 4. Revocation specification + Implementation (P0) (AWS) (Pritesh to break up the issue into smaller issues by 02/28 EOD for further development. Pritesh to complete by mid of March.) - Signature verification needs to perform x509 revocation check (CRL/OCSP) and fail if a certificate in the chain is revoked depending upon the revocation enforcement level in trust policy. - Estimates: - Spec 1-2 weeks (AWS) **Revocation Spec**: https://github.com/priteshbandi/notaryproject/blob/main/specs/trust-store-trust-policy.md#certificate-revocation-evaluation *(Why is the "DRAFT" used in the spec? is there any open work to be completed? If not, then create a PR and remove the word "DRAFT" from the spec.)* **Revocation Spec PR that was reviewed**: https://github.com/notaryproject/notaryproject/pull/122 Brekadown of the revocation into smaller issues. https://github.com/notaryproject/roadmap/issues/60#issuecomment-1447369802 - Implementation 3-4 weeks (Pending to check revocation library support in golang and estimates can increase or decrease based on that,viz. known unkown) - First OCSP and then CRL support, can be a phased approach. - This is important for the threat model. 5. Notation Sign/verify Offline/Local artifacts - Spec and Implementation (P0) (MSFT) - Customer able to sign and verify local artifacts on local machines. This item is to sign before push, and then push the image, signature, tag to the registry. https://github.com/notaryproject/roadmap/issues/15 - Improve the security user can sign the aritifact locally and produce the signature locally without interacting with the registry, which is a good security practice. 6. Documentation for support TSA (TimeStamp Authority) trust stores in trust policy for future release (AWS) (P1) - Create the issue for the documentation in Roadmap. - As part of RC-3, add documentation to outline 'disclaimer for expiration' . (as per the 02/06 community meeting) 7. Improve the TP experience for Customers (P1) (MSFT) - (https://github.com/notaryproject/notation/issues/548). 8. Installation improvement for notation(P1) (MSFT) - Further discussion is needed for cross platform installation improvement. - https://github.com/notaryproject/roadmap/issues/76 (Installation package - MacOS homebrew, Windows MSI, Container image, Linux script, offline packages) - https://github.com/notaryproject/notation/issues/549 (Plugin Installation) - GitHub actions 9. Removing unwanted signature from signed images.(Samir) (P2) (2-3 weeks) (AWS) - Currently workaround exists, so tentative for rc-4. Can be prioritized post v1.0 - Samir to create the issue in the Roadmap repo, outline the scenarios and customer specific data. - Only Spec for rc.3, implementation for post v1.0 - Oras CLI already supports it and should we bring to the Notation CLI) https://github.com/oras-project/oras/blob/main/cmd/oras/manifest/delete.go 10. Improve Error Message for Notation CLI (Functional Feature Requirement)(P2) (MSFT & AWS). This is ongoing improvement, address what comes out of the testing for v1.0. Continue post v1.0 - This needs more testing and fix only important one in rc.4 - (Issue #128)(github.com) ## POST RC-4 items prior to v1.0 (based on customer feedback and security audit feedback) - Apr 2023 prior to Kubecon. 1. Any left overs from the previous releases. 2. Bug fixes 3. Documentation ## POST GA Release Items - 2023 1. Support TSA (TimeStamp Authority) trust stores in trust policy (Non-Functional Feature Requirement) - Large item for RC-3, to be planned for post 1.0 and mark it has P1. 2. Adding Payload validation (Non-Functional Feature Requirement) (P2) - Need to make sure that application/vnd.cncf.notary.payload.v1+json content type abides by the rules. - TargetArtifact : Required property whose value is the descriptor of the target artifact manifest that is being signed. Both [OCI descriptor](https://github.com/opencontainers/image-spec/blob/main/descriptor.md) and [ORAS artifact descriptors](https://github.com/oras-project/artifacts-spec/blob/main/descriptor.md) are supported. - Descriptor MUST contain mediaType, digest, size fields. - Descriptor MAY contain annotations and if present it MUST follow the [annotation rules](https://github.com/opencontainers/image-spec/blob/main/annotations.md#rules). Notation uses annotations for storing both Notary specific and user defined metadata. The prefix io.cncf.notary in annotation keys is reserved for use in Notation and MUST NOT be used outside this specification. - Descriptor MAY contain artifactType field for artifact manifests, or the config.mediaType for oci.image based manifests. 3. Support Pagination as default option in Notation List CLI (Non-Functional Feature Requirement)(P4) - Need to align based on the OCI Distribution Spec . 4. Address Open SSF Scorecard issues (Non-Functional Feature Requirement) (P4) - Address all high and medium issues found during security code scanning. 5. Notation Push/Pull Signatures (Non-Functional Feature Requirement) (P3) - Push and Pull signatures from remote registry, using tag or digest references. - notation verify does push/pull automatically, and this really becomes more relevant once verifying local artifacts is enabled. 6. Timeout Implementation for signature verification (Non-Functional Feature Requirement) (P3) <span style="color:red">Pritesh: GOOD TO HAVE for GA</style> - Notation's timeout property ensures signature verification API returns error. 7. Support expiry in Days (Non-Functional Feature Requirement) (P4) - notation sign command supports an optional expiry flag for user to specify a "best by use" time for the artifact. The duration can be specified in minutes(m) or/and hours(h). The intention of this issue is to support duration in days, for example, 30d, 1d3h20m. 8. Notation CLI command for Trust Policy Management (Non-Functional Feature Requirement)(P3) <span style="color:red">Yi: Suggest moving to post 1.0 to prioritize feature: notation sign/verify offline artifacts for security purpose</style> (*Vani: Agree with Yi*) - Configure trust policy using the notation cli. 9. Signing with local private keys: - https://github.com/notaryproject/notation/issues/539 - https://github.com/notaryproject/roadmap/issues/44 10. Multiple Signature verification(Samir - to clarify, is it siganture format or some other type of signature - clarification is needed) - Move to post rc-3 and post v1.0 - Spec and CLI to be updated (6-8 weeks)

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully