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

Adding support for AWS Secrets Manager #955

Closed
wants to merge 41 commits into from

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    d743f15 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Initial implementation of AWS Secrets Manager support

    vlad.georgescu committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    399c1ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/vgeorgescu/tessera into f…

    …eature/AWSSecretManager
    Ionut authored and Ionut committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    d5ecb6c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Build runs successfully

    Mihailescu Ionut Emanuel committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    f934343 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. AWS Secrets Manager implementation for KeyVault added

    Mihailescu Ionut Emanuel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    1e7c7af View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/vgeorgescu/tessera into f…

    …eature/AWSSecretManager
    Mihailescu Ionut Emanuel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e2b0dd3 View commit details
    Browse the repository at this point in the history
  3. Fixing pom.xml character

    Mihailescu Ionut Emanuel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    3aeb497 View commit details
    Browse the repository at this point in the history
  4. updated version to 0.11-SNAPSHOT

    Mihailescu Ionut Emanuel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    299ca47 View commit details
    Browse the repository at this point in the history
  5. updated version to 0.11-SNAPSHOT

    Mihailescu Ionut Emanuel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    716b7de View commit details
    Browse the repository at this point in the history
  6. updated version to 0.11-SNAPSHOT

    Mihailescu Ionut Emanuel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    fe3ed2d View commit details
    Browse the repository at this point in the history
  7. updated version to 0.11-SNAPSHOT

    Mihailescu Ionut Emanuel committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    ff0773d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. removed AWSCURRRENT

    Mihailescu Ionut Emanuel committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    231db8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from vgeorgescu/feature/AWSSecretsManagerDone

    AWS Secrets Manager implementation for KeyVault added
    vgeorgescu authored Nov 13, 2019
    Configuration menu
    Copy the full SHA
    be105b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Merge branch 'master' of https://github.com/jpmorganchase/tessera int…

    …o feature/AWSSecretManager
    
    � Conflicts:
    �	cli/cli-api/src/test/java/com/quorum/tessera/cli/keypassresolver/CliKeyPasswordResolverTest.java
    �	cli/config-cli/src/main/java/com/quorum/tessera/config/cli/parsers/KeyGenerationParser.java
    �	cli/config-cli/src/test/java/com/quorum/tessera/config/cli/OverrideUtilTest.java
    �	cli/config-cli/src/test/java/com/quorum/tessera/config/cli/parsers/KeyGenerationParserTest.java
    �	config-migration/src/test/java/com/quorum/tessera/config/migration/test/FixtureUtil.java
    �	config/src/main/java/com/quorum/tessera/config/JaxbConfigFactory.java
    �	config/src/main/java/com/quorum/tessera/config/KeyConfiguration.java
    �	config/src/main/java/com/quorum/tessera/config/adapters/KeyDataAdapter.java
    �	config/src/test/java/com/quorum/tessera/config/adapters/KeyDataAdapterTest.java
    �	key-generation/src/main/java/com/quorum/tessera/key/generation/DefaultKeyGeneratorFactory.java
    �	key-generation/src/test/java/com/quorum/tessera/key/generation/KeyGeneratorFactoryTest.java
    Mihailescu Ionut Emanuel committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    76551fa View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. tessera/upstream/master update

    Mihailescu Ionut Emanuel committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    5fb0b7d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge branch 'master' into feature/AWSSecretManager

    vlad.georgescu committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    44deb87 View commit details
    Browse the repository at this point in the history
  2. rearrange code

    Mihailescu Ionut Emanuel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    26f5ea2 View commit details
    Browse the repository at this point in the history
  3. rearrange code

    Mihailescu Ionut Emanuel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    96fc164 View commit details
    Browse the repository at this point in the history
  4. rearrange code

    Mihailescu Ionut Emanuel committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    783b86f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Update config/src/main/java/com/quorum/tessera/config/keypairs/AWSKey…

    …Pair.java
    
    Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
    Emi14 and chris-j-h authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    f85f8b6 View commit details
    Browse the repository at this point in the history
  2. Update config/src/main/java/com/quorum/tessera/config/keypairs/AWSKey…

    …Pair.java
    
    Co-Authored-By: chris-j-h <39617426+chris-j-h@users.noreply.github.com>
    Emi14 and chris-j-h authored Dec 4, 2019
    Configuration menu
    Copy the full SHA
    ad43a85 View commit details
    Browse the repository at this point in the history
  3. resolved PR conversations

    Mihailescu Ionut Emanuel committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    9788674 View commit details
    Browse the repository at this point in the history
  4. calling validator.validate() for AWSKeyVaultConfig

    Mihailescu Ionut Emanuel committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d178718 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. added acceptance tests for AWS Vault

    Mihailescu Ionut Emanuel committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    0bd3aa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Merge branches 'feature/AWSSecretManager' and 'master' of https://git…

    …hub.com/vgeorgescu/tessera into feature/AWSSecretManager
    
    � Conflicts:
    �	tessera-grpc/grpc-service/pom.xml
    Mihailescu Ionut Emanuel committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    1b0c090 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. added gradle files for AWS Secrets Manager Key Vault implementation

    Mihailescu Ionut Emanuel committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    37fc957 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    0bc2ed9 View commit details
    Browse the repository at this point in the history
  2. Resolve httpclient dependency convergence by locking the version

    Excluding the dependency would introduce issues for users running acceptance tests with the slim jar when not also including the aws shaded jar on the classpath
    chris-j-h committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    50f5732 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a259fa View commit details
    Browse the repository at this point in the history
  4. Update AWS IT for multi-keygen & make endpoint validation less stringent

    The updated validation checks only that a scheme has been provided. This makes testing simpler and should be sufficient for now.
    chris-j-h committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    0c9970c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8d70cf View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into feature/AWSSecretsManager

    # Conflicts:
    #	cli/config-cli/src/main/java/com/quorum/tessera/config/cli/parsers/KeyGenerationParser.java
    #	cli/config-cli/src/test/java/com/quorum/tessera/config/cli/parsers/KeyGenerationParserTest.java
    #	config/src/main/java/com/quorum/tessera/config/KeyConfiguration.java
    #	pom.xml
    chris-j-h committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    5f8ddc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07f64e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d06980f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    0e1b09d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ec2e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b356d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e70573 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddb4c84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    230c5d6 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/AWSSecretsManager-merged' into A…

    …WSSecretsManager-merged
    chris-j-h committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    a91da86 View commit details
    Browse the repository at this point in the history