Browse Source

fix: moved tar.gz to s3 bucket

pull/2748/merge
KostLinux 3 weeks ago committed by Zouhair AMAZZAL
parent
commit
d7d1d19753
  1. 11
      employment-tasks/devops/notbad-task/README.md
  2. BIN
      employment-tasks/devops/notbad-task/keycloak-test.tar.gz

11
employment-tasks/devops/notbad-task/README.md

@ -16,7 +16,16 @@ You need at least:
## The tasks ## The tasks
1) We have a Terraform securitygroups.tf file. Every time Terraform runs, it says the security group in that file will be updated in place. Find a way to prevent this. 1) We have a Terraform securitygroups.tf file. Every time Terraform runs, it says the security group in that file will be updated in place. Find a way to prevent this.
2) You have the keycloak-test.tar.gz archive. What we can improve? 2) Get the keycloak-test.tar.gz archive. What we can improve?
**2.1 Pull the archive from S3 bucket via `wget`**
```bash
wget https://lookinlabs-contribution-data.s3.eu-west-1.amazonaws.com/keycloak-test.tar.gz
```
**2.2 Find what can be improved in `keycloak-test.tar.gz`**
3) Provide infrastructure and create CI/CD with a web app that will listen to 8089 port and return "ReallyNotBad" string when POST request contains header "NotBad" with value "true", eg. `curl -X POST -H "NotBad: true" https://someurl:8089/` should return "ReallyNotBad". 3) Provide infrastructure and create CI/CD with a web app that will listen to 8089 port and return "ReallyNotBad" string when POST request contains header "NotBad" with value "true", eg. `curl -X POST -H "NotBad: true" https://someurl:8089/` should return "ReallyNotBad".
Use any technology you want to deploy the application to AWS. It can be Ansible, Terraform, etc. or a combination of some of them. Use any technology you want to deploy the application to AWS. It can be Ansible, Terraform, etc. or a combination of some of them.

BIN
employment-tasks/devops/notbad-task/keycloak-test.tar.gz

diff.bin_not_shown
Loading…
Cancel
Save