env: create tailscale-proxy for ingress-private IP with new env
diff --git a/charts/headscale/templates/config.yaml b/charts/headscale/templates/config.yaml
index 31582e3..85d8b79 100644
--- a/charts/headscale/templates/config.yaml
+++ b/charts/headscale/templates/config.yaml
@@ -206,7 +206,7 @@
# Path to a file containg ACL policies.
# ACLs can be defined as YAML or HUJSON.
# https://tailscale.com/kb/1018/acls/
- acl_policy_path: ""
+ acl_policy_path: "/headscale/acls/config.hujson" # TODO(gio): mount path must be configurable
## DNS
#
@@ -272,7 +272,7 @@
# help us test it.
# OpenID Connect
oidc:
- only_start_if_oidc_is_available: false
+ only_start_if_oidc_is_available: true
issuer: {{ .Values.oauth2.hydraPublic }}
client_id: {{`{{ .client_id }}`}}
client_secret: {{`{{ .client_secret }}`}}