disable oauth2 as its no longer used [ci skip]

This commit is contained in:
Viktor Barzin 2024-12-31 17:15:23 +00:00
parent 7336e7c033
commit 17b4d3ffcd

View file

@ -191,15 +191,15 @@ module "monitoring" {
depends_on = [null_resource.core_services]
}
module "oauth" {
source = "./oauth-proxy"
tls_secret_name = var.tls_secret_name
oauth2_proxy_client_id = var.oauth2_proxy_client_id
oauth2_proxy_client_secret = var.oauth2_proxy_client_secret
authenticated_emails = var.oauth2_proxy_authenticated_emails
# module "oauth" {
# source = "./oauth-proxy"
# tls_secret_name = var.tls_secret_name
# oauth2_proxy_client_id = var.oauth2_proxy_client_id
# oauth2_proxy_client_secret = var.oauth2_proxy_client_secret
# authenticated_emails = var.oauth2_proxy_authenticated_emails
depends_on = [null_resource.core_services]
}
# depends_on = [null_resource.core_services]
# }
# module "openid_help_page" {
# source = "./openid_help_page"