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

Infrastructure #77

Closed
wants to merge 189 commits into from
Closed

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    997580b View commit details
    Browse the repository at this point in the history
  2. removes github directory from the gitignore file in order to use gith…

    …ub actions to create the infra and perform other tasks
    carlosvalarezo committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    706fbd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4869c36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c19650 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73a5482 View commit details
    Browse the repository at this point in the history
  6. adds aws-default-region since This is a problem with awscli trying to…

    … detect the region and failing when run in certain virtualised environments and to fix it I needed to specify the region manually.
    carlosvalarezo committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8ddc0d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96b2c13 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    f7a4308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae39af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbc0f8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20ef118 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38887d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cdc4b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8088326 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    faed0ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b0f29b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9e1e8b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18202a8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a09fa5b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    86cc2a0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    22535ee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ffab863 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f9a9d0f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b50e1ec View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    d3f9e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc419cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b00ebb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06408da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ea1787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5faa55f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a0feba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad3f00f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2fe543c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98946d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f899779 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ea53fc View commit details
    Browse the repository at this point in the history
  13. creates the cluster

    carlosvalarezo committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c30549e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    45414eb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ac8f9fe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72490f4 View commit details
    Browse the repository at this point in the history
  17. adds new comments and separates the setup of the roles and policies f…

    …rom the creation of the cluster
    carlosvalarezo committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d51df7f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e7f5dff View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    2ed9284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec9d679 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d43045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6021810 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d667676 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. encrypts kubeconfig file to use in the develop workflow and have acce…

    …ss to the eks k8s cluster. It uses gpg keys that were generated somewhere else and uploaded as secrets in the repo. It also updates the README describing the instructions to generate the gpg key set
    carlosvalarezo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ce56861 View commit details
    Browse the repository at this point in the history
  2. encrypts kubeconfig file to use in the develop workflow and have acce…

    …ss to the eks k8s cluster. It uses gpg keys that were generated somewhere else and uploaded as secrets in the repo. It also updates the README describing the instructions to generate the gpg key set
    carlosvalarezo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    7b602ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad53ed0 View commit details
    Browse the repository at this point in the history
  4. encodes the encrypted value to sort out the problem of gpg is multili…

    …ne rather than single line as github store secrets
    carlosvalarezo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    af53e47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2c7da8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb440a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a4dc5d View commit details
    Browse the repository at this point in the history
  8. uses the GPG_PUBLIC KEY and encrypts the file to be decrypted by the …

    …public key. Skips one step and one job
    carlosvalarezo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    6528e01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7d9f1e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    46ca5da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e3d791 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e45b08 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6ebff87 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4a3e7a5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a50bfd8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    51bc5b7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de58aa2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    89fa539 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    85a4274 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    53cbc78 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dba4277 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ecd2963 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e13eaba View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f6d6e91 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c4306fe View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5b9f7c7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9d89950 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0d13e10 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3724de9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    860a6cd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    db64c47 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    82f427f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d42acba View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    12306a8 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    0ec4e3e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. shows kube config

    carlosvalarezo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    51ebaa7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from carlosvalarezo/infrastructure

    Infrastructure
    carlosvalarezo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    591db5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09ee5e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    057217a View commit details
    Browse the repository at this point in the history
  5. swift to master branch

    carlosvalarezo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    fd3e034 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. creates the role, policy and trust-policy for codepipeline and codebu…

    …ild. Also, it updates the branch to use only infrastructure to do infra changes
    carlosvalarezo committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6b8a59f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e5b162 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from carlosvalarezo/infrastructure

    Infrastructure
    carlosvalarezo committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8b2bd71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    952ab78 View commit details
    Browse the repository at this point in the history
  5. updates the name of the branch from master to infrastructure for cv-i…

    …nfrastructure.yml workflow
    carlosvalarezo committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    55bd91e View commit details
    Browse the repository at this point in the history
  6. creates a new workflow to create the kvm and to save the secrets secu…

    …rely in the AWS SSM Parameter Store
    carlosvalarezo committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    fe912e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cdff68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85f02f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97e7eac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7221e73 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. tries gpg to encrypt the files using these strategies: import the tru…

    …st-owners first, then import the gpg private jey without the passphrase, encrypt the file given the email of the recipient -hardcoded- fpr a test and skips another steps
    carlosvalarezo committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4d02585 View commit details
    Browse the repository at this point in the history
  2. tries gpg to encrypt the files using these strategies: import the tru…

    …st-owners first, then import the gpg private jey without the passphrase, encrypt the file given the email of the recipient -hardcoded- fpr a test and skips another steps
    carlosvalarezo committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f7c493b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a2763 View commit details
    Browse the repository at this point in the history
  4. uses base64 in order to avoid errors like: missing semicolon and othe…

    …r error related to characters missing due to the nature of the shell commands
    carlosvalarezo committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b4fa74e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caacce3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9a954c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f31b04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8450391 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5446c30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3b4cb21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    427d085 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    632cefc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d99f10e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2aa81e6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c4ea99 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #4 from carlosvalarezo/infrastructure

    Infrastructure
    carlosvalarezo committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0c6a067 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f01b278 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #5 from carlosvalarezo/infrastructure

    uploads the artifact to the github workspaces to be accesible from any worflow
    carlosvalarezo committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    00868a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. tries gpg to encrypt the files using these strategies: import the tru…

    …st-owners first, then import the gpg private jey without the passphrase, encrypt the file given the email of the recipient -hardcoded- fpr a test and skips another steps
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    265386c View commit details
    Browse the repository at this point in the history
  2. tries gpg to encrypt the files using these strategies: import the tru…

    …st-owners first, then import the gpg private jey without the passphrase, encrypt the file given the email of the recipient -hardcoded- fpr a test and skips another steps
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    43f2801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7de65c View commit details
    Browse the repository at this point in the history
  4. uses base64 in order to avoid errors like: missing semicolon and othe…

    …r error related to characters missing due to the nature of the shell commands
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dfb74b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6983445 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdb633b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b2a33e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30ca049 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f6da02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    395bce7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30a95d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8496d30 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c076b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d231b36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4b289bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    16c6291 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c31dc3e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2145a60 View commit details
    Browse the repository at this point in the history
  19. shows the values

    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    33e11d5 View commit details
    Browse the repository at this point in the history
  20. shows the values

    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ca8b775 View commit details
    Browse the repository at this point in the history
  21. shows the values

    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    185598c View commit details
    Browse the repository at this point in the history
  22. checkout the code

    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f9bb720 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ec47724 View commit details
    Browse the repository at this point in the history
  24. shows the env vars

    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    be3973a View commit details
    Browse the repository at this point in the history
  25. gets the RUN_ID of the workflow that uploaded the artifact in order t…

    …o download the artifact with gh cli
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    170728c View commit details
    Browse the repository at this point in the history
  26. downloads the artifiact: kube_config in a different directory to decr…

    …ypt it and move it to the final location under /home/ubuntu
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6a13f5e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    62356b4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    516c0f2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1fe3a36 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9c5e56b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d0e1ccd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b2af628 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c57efb9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    c424622 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4fa9f8d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8c9bf83 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fda0622 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e261f8e View commit details
    Browse the repository at this point in the history
  39. uses the file gpg.conf and gpg-agent.conf to sort out public key decr…

    …yption failed: Inappropriate ioctl for device error
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2a04aa5 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    81a1187 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    674e466 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    97f89b8 View commit details
    Browse the repository at this point in the history
  43. disables GPG_TTY env var to sort out the problem: cannot open /dev/tt…

    …y: No such device or address
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    569f70d View commit details
    Browse the repository at this point in the history
  44. enables GPG_TTY env var and flags batch and yes to gpg command to sor…

    …t out the problem: cannot open /dev/tty: No such device or address
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c549df5 View commit details
    Browse the repository at this point in the history
  45. removes flags batch and yes to gpg command to sort out the problem: c…

    …annot open /dev/tty: No such device or address
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4b380ee View commit details
    Browse the repository at this point in the history
  46. adds the passphrase to gpg command to sort out the problem: cannot op…

    …en /dev/tty: No such device or address
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9dd1a6e View commit details
    Browse the repository at this point in the history
  47. uses the default-key flag in gpg command to sort out the problem: can…

    …not open /dev/tty: No such device or address
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    161ec4e View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b00a754 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0e6b6ed View commit details
    Browse the repository at this point in the history
  50. tries another gpg command with the passphrase as parameter an another…

    … flags like batch yes and passphrase-fd to sort out the non-interactivity tty
    carlosvalarezo committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    82e8db6 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0fdf8d3 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0e03cfc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    ecc0b52 View commit details
    Browse the repository at this point in the history
  2. creates a new script to setup the gpg agent. It includes the step to …

    …decrypt the just created KVM ARN
    carlosvalarezo committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bc04661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    407d40f View commit details
    Browse the repository at this point in the history
  4. includes the dependency between jobs to let the first job to produce …

    …the artifact in order to download it in the second job
    carlosvalarezo committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bb8b6a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c4d5fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b11d6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8c2818 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d58f42c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7eef591 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c5bacb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d65e852 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04720db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05c2a28 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e62aae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4d9f31f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. updates the aws ssm command and uses env vars in the respective place…

    …s. Also, it pushes the secrets in aws ssm as securestrings to use them in the cloudformation template
    carlosvalarezo committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c7ce018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9de1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bacbda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9428fc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    341d7f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0311573 View commit details
    Browse the repository at this point in the history
  3. uses env variables to create the IAM resources. Also updates the file…

    … to create the roles/policy/trust-relationship and the cluster creation from this file
    carlosvalarezo committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    16ed879 View commit details
    Browse the repository at this point in the history