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

Implemented TokenService stack as stateful deployable artefact #197

Merged
merged 3 commits into from
Apr 9, 2024

Commits on Apr 8, 2024

  1. Implemented TokenService stack as stateful deployable artefact

    * Leveraged AWS secret rotation code template
    * Made the Token Service as a Stack in stateful deployment and
      from lookup to (re)constructs existing resources when it needs
    * Refactored minor to `stateful-deployment.test.ts` to fit cdk-nag
    
    Resolves #182
    victorskl committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dce96c6 View commit details
    Browse the repository at this point in the history
  2. Made service user secret read only by rotation functions

    * Minor refactored cdk code stack and rearranged program routines
    * Renamed the file to stack.ts
    
    Co-authored-by: @reisingerf
    victorskl committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    adee447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2f483e View commit details
    Browse the repository at this point in the history