wardenenv/warden

Traefik not registering default certificate due to indenting error

SamJUK opened this issue · 0 comments

SamJUK commented

Version of Warden

in-dev

Operating System and Installation Method

git

Describe the Bug

Domains without a signed certificate should fallback to using the default certificate for the warden service domain.
Instead the service domain certificate is not registered as default correctly due to indenting, so it falls back to the default traefik one.

To Reproduce

  1. Run warden svc up
  2. Create / Start a fresh environment (without a signed certificate)
  3. Check the invalid SSL Certificate, see TRAEFIK DEFAULT CERT instead of the warden service domain

Expected Behavior

Default SSL certificate to correctly use the warden_svc_domain

Additional context

No response