ichasco-heytrade
ichasco-heytrade
Hi, I am having issues with the role grants. I'm not being able to grant access to only one target from one project to a user. Terraform code: ``` resource...
**What happened**: With EKS 1.21 AMI if you want to use containerd option, it will fail because with this option `sysctl_entry "net.ipv4.ip_forward = 0` all the deployed pods will not...
Hi, I have a problem. In my case, I use multiple AWS providers with different assumed roles: ``` # ROOT provider "aws" { alias = "root" region = var.region assume_role...
Hi, I would like to variabilize the `automountServiceAccountToken` field. It's needed if someone want to use a tool like `vault-secret-webhook` to retrieve the secrets. In the operator and in the...
Hi, Is there any way to create Let's encrypt certificates? I didn't see it in the documentation. Thanks!
**Overview** [A clear and concise description of what the bug is] **How did you run kube-bench?** Creating a cronjob with these args: ``` command: [ "kube-bench", "run", "--targets", "node", "--benchmark",...
## Description When running trivy operator scan, postee can't match the results with rego input Postee Configuration: ``` routes: - name: Trivy Operator Alerts input: input.report.summary.criticalCount > 0 # You...
## Describe the Feature It would be nice to be able to encrypt with KMS the clodwatch log_groups and manage the retention policy ## Expected Behavior Could manage retention policy...
Hi, with terraform `v0.15.0` it give the next error: ``` Error: Output refers to sensitive values │ │ on .terraform/modules/documentdb_cluster/outputs.tf line 1: │ 1: output "master_username" { │ │ Expressions...
Hi, When deploying the webhook with HELM, enabling `configMapMutation` the variables: ``` VAULT_ROLE: vault-secrets-webhook VAULT_ADDR: "http://vault.vault.svc.cluster.local:8200" VAULT_PATH: kubernetes ``` must be defined in vault-secrets-webhook It can't not be possible to...