reenable crowdsec [ci skip]

This commit is contained in:
Viktor Barzin 2025-08-31 15:20:57 +00:00
parent 6b316dc1c6
commit c17c1381c5
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
8 changed files with 100 additions and 106 deletions

View file

@ -65,6 +65,8 @@ variable "ingress_honeypotapikey" {}
variable "ingress_crowdsec_api_key" {}
variable "ingress_crowdsec_captcha_secret_key" {}
variable "ingress_crowdsec_captcha_site_key" {}
variable "crowdsec_enroll_key" { type = string }
variable "crowdsec_db_password" { type = string }
variable "vaultwarden_smtp_password" {}
variable "resume_database_url" {}
variable "resume_redis_url" {}
@ -379,6 +381,8 @@ module "kubernetes_cluster" {
ingress_crowdsec_api_key = var.ingress_crowdsec_api_key
ingress_crowdsec_captcha_secret_key = var.ingress_crowdsec_captcha_secret_key
ingress_crowdsec_captcha_site_key = var.ingress_crowdsec_captcha_site_key
crowdsec_enroll_key = var.crowdsec_enroll_key
crowdsec_db_password = var.crowdsec_db_password
vaultwarden_smtp_password = var.vaultwarden_smtp_password