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(lambda): code signing config #12656

Merged
merged 51 commits into from
Feb 25, 2021
Merged

Commits on Jan 22, 2021

  1. feat(lambda-code-signing): create draft code

    小室 雅春 committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    88b28d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. create base of Signer Profile

    小室 雅春 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    747a414 View commit details
    Browse the repository at this point in the history
  2. modify lambda code signing config

    小室 雅春 committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    b2b3263 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. modify @Attribute => @Attribute

    delete class SigningProfileBase
    execute `yarn pkglint` and fix 'maturity' in package.json
    小室 雅春 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    b1b3f40 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. modify README using pkglint

    小室 雅春 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    4c88f71 View commit details
    Browse the repository at this point in the history
  2. modify ci errors

    小室 雅春 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a943ba8 View commit details
    Browse the repository at this point in the history
  3. add module export to aws-signer/lib/index

    小室 雅春 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    665df39 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. add construct to dependancy

    小室 雅春 committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    0aee381 View commit details
    Browse the repository at this point in the history
  2. make signingProfiles to list

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    f10b46f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. fix: build errors

    小室 雅春 committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    278c0ef View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. add test

    小室 雅春 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    5a799db View commit details
    Browse the repository at this point in the history
  2. fix aws-lambda build errors

    小室 雅春 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    54217e0 View commit details
    Browse the repository at this point in the history
  3. add test of lambda code-signing-config

    小室 雅春 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    dbbbd21 View commit details
    Browse the repository at this point in the history
  4. modify signingProfile.fromSignginProfileAttributes

    小室 雅春 committed Feb 6, 2021
    Configuration menu
    Copy the full SHA
    befb9dd View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Update packages/@aws-cdk/aws-lambda/lib/code-signing-config.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d090353 View commit details
    Browse the repository at this point in the history
  2. Update packages/@aws-cdk/aws-lambda/lib/code-signing-config.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    acaf8c2 View commit details
    Browse the repository at this point in the history
  3. Update packages/@aws-cdk/aws-lambda/lib/code-signing-config.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    30c6479 View commit details
    Browse the repository at this point in the history
  4. Update packages/@aws-cdk/aws-lambda/lib/code-signing-config.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    02d57b3 View commit details
    Browse the repository at this point in the history
  5. Update packages/@aws-cdk/aws-signer/lib/signing-profile.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7c2117e View commit details
    Browse the repository at this point in the history
  6. So physical name is not configurable, deleted codeSigningConfigName f…

    …rom CodeSigningConfigProps
    小室 雅春 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d254142 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'aws-lambda-code-signing' of https://github.com/hedrall/…

    …aws-cdk into aws-lambda-code-signing
    小室 雅春 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    45df283 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. add readme of signing profile

    hedrall committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    21c7383 View commit details
    Browse the repository at this point in the history
  2. add readme of lambda code signing cconfig

    hedrall committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    342c5fc View commit details
    Browse the repository at this point in the history
  3. modify test of signing profile

    hedrall committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    ce82641 View commit details
    Browse the repository at this point in the history
  4. add test of lambda with code signing config

    hedrall committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b43dc02 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. t pMerge branch 'master' of https://github.com/hedrall/aws-cdk into a…

    …ws-lambda-code-signing
    hedrall committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    b7fc4d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Update packages/@aws-cdk/aws-lambda/README.md

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    225c05a View commit details
    Browse the repository at this point in the history
  2. Update packages/@aws-cdk/aws-lambda/lib/code-signing-config.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    1c3ce91 View commit details
    Browse the repository at this point in the history
  3. Update packages/@aws-cdk/aws-lambda/lib/code-signing-config.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    7b6202a View commit details
    Browse the repository at this point in the history
  4. Update packages/@aws-cdk/aws-lambda/test/code-signing-config.test.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4fe3cbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55e69a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11aaf43 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. delete code not need

    hedrall committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    53240ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d22f21c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Update packages/@aws-cdk/aws-lambda/lib/code-signing-config.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b033424 View commit details
    Browse the repository at this point in the history
  2. Update packages/@aws-cdk/aws-lambda/test/code-signing-config.test.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    7351a7e View commit details
    Browse the repository at this point in the history
  3. Update packages/@aws-cdk/aws-lambda/test/code-signing-config.test.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    817225d View commit details
    Browse the repository at this point in the history
  4. Update packages/@aws-cdk/aws-lambda/test/code-signing-config.test.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    2bf5cdc View commit details
    Browse the repository at this point in the history
  5. Update packages/@aws-cdk/aws-lambda/test/function.test.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    6a90c8e View commit details
    Browse the repository at this point in the history
  6. Update packages/@aws-cdk/aws-signer/README.md

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    afc9cdc View commit details
    Browse the repository at this point in the history
  7. Update packages/@aws-cdk/aws-signer/lib/signing-profile.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    fa08a95 View commit details
    Browse the repository at this point in the history
  8. Update packages/@aws-cdk/aws-signer/lib/signing-profile.ts

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    f646726 View commit details
    Browse the repository at this point in the history
  9. Update packages/@aws-cdk/aws-lambda/README.md

    Co-authored-by: Niranjan Jayakar <nija@amazon.com>
    Masaharu Komuro and Niranjan Jayakar committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    fa40904 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7573c5e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2b0e3f View commit details
    Browse the repository at this point in the history
  12. Fixed remaining name mismatches.

    Add test case of code signing config that fail import with malformed code signing config arn.
    Add ignore 'resource-attribute' rule to package.json in signer package.
    hedrall committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e7be9b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dbac380 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07247d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. fix the linter violation

    Niranjan Jayakar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    5fff48c View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Niranjan Jayakar committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    3427ea1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dbf3ca View commit details
    Browse the repository at this point in the history