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 #76

Closed
wants to merge 92 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

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

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

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