move grafana and k8s dashboard to use authentik instead of oauth proxy [ci skip]

This commit is contained in:
Viktor Barzin 2024-11-22 00:47:00 +00:00
parent 5b72200a7f
commit 2a9560d4de
3 changed files with 18 additions and 4 deletions

View file

@ -521,3 +521,8 @@ module "authentik" {
secret_key = var.authentik_secret_key
postgres_password = var.authentik_postgres_password
}
# module "qbittorrent" {
# source = "./qbittorrent"
# tls_secret_name = var.tls_secret_name
# }