Chanwit Kaewkasi

Results 112 issues of Chanwit Kaewkasi

* [ ] Prepare a security checklist to review for every release * [ ] Prepare a process for discussing the security aspect for all features, including the new ones...

area/security
area/process

Setup a scenario repo to demonstrate how to chain resources and what's the best way to organize resources when using TF objects to destroy Terraform resources.

https://google.github.io/oss-fuzz/getting-started/new-project-guide/go-lang/

area/testing
area/security

Per @phoban01 suggestion, ```yaml writeOutputs: - kind: Secret name: helloworld-output outputs: - key: age_key targetPath: age.agekey ``` This should be re-implemented as part of the `v1alpha2 spec.

kind/enhancement
area/build-test-release

From @phoban01 on #44 Might want to consider adding a successThreshold and failureThreshold to avoid transient network errors triggering health-check failures? Generally, the application of tcp/http healthchecks could be limited,...

kind/enhancement
area/api

We currently could do the following to import a TFSTATE for a specify Terraform object. ```shell gzip terraform.tfstate NAME=tf-controller-ng-cc5a1ac4 kubectl create secret \ generic tfstate-default-${NAME} \ --from-file=tfstate=terraform.tfstate.gz \ --dry-run=client -o=yaml...

kind/enhancement