We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
When listing all consent session, Hydra filters out the expired consent sessions.
hydra/persistence/sql/persister_consent.go
Line 548 in eeaf6f0
But when counting the availlable consent sessions, Hydra doesn't filter out the expired consent sessions.
Line 601 in eeaf6f0
Leading to an inconsistency between the pagination and the returned consent session.
Have some expired session in your DB.
List all sessions. notice the pagination header is wrong.
Ory/Hydra 2.2.0
2.2.0
Linux
Kubernetes with Helm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight checklist
Ory Network Project
No response
Describe the bug
When listing all consent session, Hydra filters out the expired consent sessions.
hydra/persistence/sql/persister_consent.go
Line 548 in eeaf6f0
But when counting the availlable consent sessions, Hydra doesn't filter out the expired consent sessions.
hydra/persistence/sql/persister_consent.go
Line 601 in eeaf6f0
Leading to an inconsistency between the pagination and the returned consent session.
Reproducing the bug
Have some expired session in your DB.
List all sessions. notice the pagination header is wrong.
Relevant log output
No response
Relevant configuration
Ory/Hydra 2.2.0
Version
2.2.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes with Helm
Additional Context
No response
The text was updated successfully, but these errors were encountered: