Dmitriy Miroshnik
Dmitriy Miroshnik
**Describe the bug** Cannot use sak-external-dns dns with existing hostedZone . **To Reproduce** Steps to reproduce the behavior: use module with configuration: ``` module external_dns { source = "github.com/provectus/sak-external-dns" cluster_name...
Many sak-modules are outdated. Prepare list of the newest stable version and version in sak-module for: - https://github.com/provectus/sak-external-dns - in progress - https://github.com/provectus/sak-scaling. - done - https://github.com/provectus/sak-cert-manager - https://github.com/provectus/sak-alb-controller -...
Check sak modules with [tfsec](https://github.com/aquasecurity/tfsec). **Why is this needed**:`. It will find potential misconfigurations. This tool should be added into GitHub Actions.
Same issue as with [sak-kubernetes](https://github.com/provectus/swiss-army-kube/issues/195) module. Current module is very complicated to read, outdated. Try to use this [module](https://github.com/terraform-aws-modules/terraform-aws-vpc). We can leave sak-vpc repo in working state and change all...
**What would you like to be added**: Deprecate sak-kubernetes module with using aws-eks-terraform module. https://github.com/terraform-aws-modules/terraform-aws-eks **Why is this needed**:`. There is no need to support custom solution. Better to simply...
**What would you like to be added**: Add Tflint github-actions to all sak repositories (except incubator) **Why is this needed**:`. Keep clean terraform code-style and remove redundant code
Update ArgoCD helm chart to use v2.3.2+ version. Version 2.3.2 contains security issue fix. https://github.com/argoproj/argo-cd/releases/tag/v2.3.2
On main page we have navigation to "Modules" page which is quite empty. https://github.com/provectus/swiss-army-kube/blob/master/modules/README.md This page should have: 1. List of current SAK modules with brief description 2. Info about...
Create FAQ page. We can obtain questions-answers from contributors/developers.
Since we have ArgoCD as a deploy method for all sak modules - we can start removing helm_release deploy method (except sak-argocd). In some of sak-modules this method not supported...