This commit is contained in:
2023-08-13 13:34:47 +02:00
parent deaf69df99
commit 98ff6a55b4
2 changed files with 82 additions and 82 deletions

View File

@@ -189,7 +189,7 @@ resource "kubectl_manifest" "wildduck_config" {
host="0.0.0.0"
# Use `true` (HTTPS) for port 443 and `false` (HTTP) for 80
secure=false
accessToken="${local.secrets.webmail}"
accessToken="${local.secrets.access}"
[accessControl]
# If true then require a valid access token to perform API calls
# If a client provides a token then it is validated even if using a token is not required