lock down hedgedoc due to abuse

This commit is contained in:
Jan Koppe 2025-01-04 20:00:32 +01:00
parent 69269341da
commit 62f4bb7740
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
2 changed files with 5 additions and 1 deletions

View File

@ -62,6 +62,8 @@ resource "docker_service" "hedgedoc" {
CMD_PROTOCOL_USESSL = "true", CMD_PROTOCOL_USESSL = "true",
CMD_EMAIL = "false", CMD_EMAIL = "false",
CMD_ALLOW_EMAIL_REGISTER = "false", CMD_ALLOW_EMAIL_REGISTER = "false",
CMD_ALLOW_ANONYMOUS = "false",
CMD_REQUIRE_FREEURL_AUTHENTICATION = "true",
CMD_ALLOW_FREEURL = "true", CMD_ALLOW_FREEURL = "true",
CMD_OAUTH2_PROVIDERNAME = "authentik", CMD_OAUTH2_PROVIDERNAME = "authentik",
CMD_OAUTH2_SCOPE = "openid email profile", CMD_OAUTH2_SCOPE = "openid email profile",

View File

@ -42,7 +42,9 @@ provider "registry.terraform.io/goauthentik/authentik" {
provider "registry.terraform.io/hashicorp/dns" { provider "registry.terraform.io/hashicorp/dns" {
version = "3.4.2" version = "3.4.2"
constraints = "3.4.2"
hashes = [ hashes = [
"h1:2r/hFLnTWnZiIKrxwCrkSH7X2F12fu8BJzuRjHYA45M=",
"h1:fANvQG0D/XKyj+s+egm66efvr8z2gNKER6UlKfjUxvU=", "h1:fANvQG0D/XKyj+s+egm66efvr8z2gNKER6UlKfjUxvU=",
"zh:75e40862402368e23cd298b62519203621cf4891b95e1c863530bf7d8e9614e6", "zh:75e40862402368e23cd298b62519203621cf4891b95e1c863530bf7d8e9614e6",
"zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3", "zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3",