Closed jakobbraun closed 4 years ago
Overall looks good with minor requests.
I did not realize you use the terraform values from the Java tests. Since terraform creates cluster in the wild internet, it would be good to not disclose the credentials inside the code.
One approach to unify the sharing credentials between Terraform and Java tests would be to use git unchecked configuration file.
terraform apply -var-file configs.tfvars
and then parse this as properties file in Java.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities (and 0 Security Hotspots to review)
3 Code Smells
Added test setup for AWS.