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

Add experimental TLOG model to cosign #44

Merged
merged 8 commits into from
Mar 5, 2021
Merged

Commits on Mar 3, 2021

  1. Start adding support for uploading to transparency log after sign

    Signed-off-by: Priya Wadhwa <priyawadhwa@google.com>
    Priya Wadhwa committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    d7d22dd View commit details
    Browse the repository at this point in the history
  2. Verify log exists in transparency log when TLOG=1

    Signed-off-by: Priya Wadhwa <priyawadhwa@google.com>
    Priya Wadhwa committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ec33764 View commit details
    Browse the repository at this point in the history
  3. Change func name to Upload to match rekor

    Signed-off-by: Priya Wadhwa <priyawadhwa@google.com>
    Priya Wadhwa committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    7df8755 View commit details
    Browse the repository at this point in the history
  4. fix int test

    Signed-off-by: Priya Wadhwa <priyawadhwa@google.com>
    Priya Wadhwa committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    091c593 View commit details
    Browse the repository at this point in the history
  5. fix lint, use not deprecated hasher

    Signed-off-by: Priya Wadhwa <priyawadhwa@google.com>
    Priya Wadhwa committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    537ec2d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. use public key from private key for 'cosign sign', use REKOR_SERVER e…

    …nv var to match rekor project
    
    Signed-off-by: Priya Wadhwa <priyawadhwa@google.com>
    Priya Wadhwa committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    01db43f View commit details
    Browse the repository at this point in the history
  2. revert test

    Signed-off-by: Priya Wadhwa <priyawadhwa@google.com>
    Priya Wadhwa committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    f207140 View commit details
    Browse the repository at this point in the history
  3. Add integration test for tlog support

    Sets up a local rekor server via the provided docker-compose.yaml file in the rekor repo.
    I tested to make sure this test fails if the local server isn't running, which is the case.
    
    Signed-off-by: Priya Wadhwa <priyawadhwa@google.com>
    Priya Wadhwa committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    59b6db0 View commit details
    Browse the repository at this point in the history