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

[core] Moved the secret_store from S3 to SSM #1123

Closed
wants to merge 3 commits into from
Closed

[core] Moved the secret_store from S3 to SSM #1123

wants to merge 3 commits into from

Commits on Feb 12, 2020

  1. [core] Moved the secret_store from S3 to SSM

    [testing] Updated unit_tests to use SSM instead of S3
    [terraform] Updated alert_processor permissions so it can pull from
    param store
    
    Signed-off-by: jack1902 <39212456+jack1902@users.noreply.github.com>
    jack1902 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ee6bb62 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. [core] Removed S3Driver for Credentials

    [testing] Added SSMDriver Tests
    
    Signed-off-by: jack1902 <39212456+jack1902@users.noreply.github.com>
    jack1902 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    882c671 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. [migration] Added script to migrate from s3 to ssm

    This script should be used prior to upgrading to the release which uses
    SSM Parameter store as the secret_store. Once you have upgraded, run the
    command printed out to the console
    
    Signed-off-by: jack1902 <39212456+jack1902@users.noreply.github.com>
    jack1902 committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    fad19f3 View commit details
    Browse the repository at this point in the history