icicimov / kubernetes-bitwarden_rs

Kubernetes manifests for the bitwarden_rs project https://github.com/dani-garcia/bitwarden_rs.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefix vs Exact

LelandSindt opened this issue · comments

The way that I read https://github.com/dani-garcia/vaultwarden/wiki/Enabling-WebSocket-notifications

Route the /notifications/hub endpoint to the WebSocket server ... Route everything else, including /notifications/hub/negotiate, to the standard Rocket server

The pathType for /notifications/hub should be Exact instead of Prefix

pathType: Prefix

This is the Configuration I am using..

https://github.com/wizardlyEinstein/vault/blob/main/ingress.yaml#L28

But I have only started using vaultwarden this weekend..

Perhaps you have some other insight?

Yes, I agree pathType: Exact is the right way to configure the ingress forpath: /notifications/hub