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

Websockets dont work with default configuraton #286

Open
hydazz opened this issue Sep 19, 2024 · 0 comments
Open

Websockets dont work with default configuraton #286

hydazz opened this issue Sep 19, 2024 · 0 comments

Comments

@hydazz
Copy link

hydazz commented Sep 19, 2024

the authentik admin ui keeps complaining that websocket connections are failing - this was not an issue before I migrated to kubernetes (was using docker+nginx reverse proxy).
I did migrate everything, including the database, so unsure if theres a hidden option in the database or whether websockets in the ingress created by the helm are dodgy

with the following values:

  values:
    global:
      volumes:
        - name: media
          persistentVolumeClaim:
            claimName: authentik-media-pvc
        - name: custom-css
          configMap:
            name: authentik-custom-css
      volumeMounts:
        - name: media
          mountPath: /media
        - name: custom-css
          mountPath: /web/dist/custom.css
          subPath: custom.css
    authentik:
      secret_key: xxx
      postgresql:
        password: xxx
      email:
        host: mailxxx
        port: "587"
        username: no-reply@xxx
        password: xxx
        use_tls: true
        timeout: "30"
        from: no-reply@xxx
    server:
      ingress:
        enabled: true
        ingressClassName: external-nginx
        hosts:
          - auth.xxx
        tls:
          - secretName: wildcard.xxx
            hosts:
              - auth.xxx
      podAnnotations:
        backup.velero.io/backup-volumes: media
    postgresql:
      enabled: true
      auth:
        password: xxx
      primary:
        persistence:
          size: 256Mi
        podAnnotations:
          backup.velero.io/backup-volumes: data
    redis:
      enabled: true
      master:
        persistence:
          size: 128Mi

Screenshot_20240919_223022

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