You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to substitute (part) of the auth url within an authorization policy. This way I can have a somewhat 'generic' Caddyfile that I can include and distribute with my custom Docker image without exposing my own domain name. However substitution doesn't seem to work.
Describe the issue
I want to substitute (part) of the auth url within an authorization policy. This way I can have a somewhat 'generic' Caddyfile that I can include and distribute with my custom Docker image without exposing my own domain name. However substitution doesn't seem to work.
Configuration
Paste full
Caddyfile
below:On other parts of the Caddyfile substitution works perfectly 😄.
Version Information
Provide output of
caddy list-modules --versions | grep -E "(auth|security)"
below:Expected behavior
That the redirection goes to my domain i.e.
https://auth.example.com
instead of the variable value:https://auth.{env.DOMAIN}
.Additional context
n/a
The text was updated successfully, but these errors were encountered: