Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TraefikCRD block configuration #289

Closed
flixman opened this issue Mar 22, 2025 · 1 comment
Closed

TraefikCRD block configuration #289

flixman opened this issue Mar 22, 2025 · 1 comment

Comments

@flixman
Copy link

flixman commented Mar 22, 2025

Hi there! I am trying to set up a fresh installation of authelia using the helm chart. I am using a default TLS certificate in traefik, so that I only want it to route the connections to the correct service. For that, I am using this block

ingress:
  enabled: true
  
  traefikCRD:
    enabled: true
    entryPoints:
      - websecure
    matchOverride: Host(`auth.{{ domain }}`) && PathPrefix(`/`)

and is giving me this error back:

Error: 1 error occurred:
     * IngressRoute.traefik.io "authelia" is invalid: spec.routes: Required value

What am I doing wrong?

@flixman
Copy link
Author

flixman commented Mar 22, 2025

what I was doing wrong is: I was not setting the configMap.session.cookies parameter.

@flixman flixman closed this as completed Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant