You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The change made in #1429 to add filtering does not appear to be working correctly. When supplying the UID on the query the API returns no records, when there should be valid records.
To Reproduce
Steps to reproduce the behavior:
Create records in a DNS zone.
Query records filtering by hostname and type (records returned).
Query records filtering by hostname, type and UID (no records returned)
Expected behavior
UID filter returns correct records
Additional context
Queries directly against individual gravity pods exhibit same behaviour.
This also impacts state management for the Terraform provider.
The text was updated successfully, but these errors were encountered:
Describe the bug
The change made in #1429 to add filtering does not appear to be working correctly. When supplying the UID on the query the API returns no records, when there should be valid records.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
UID filter returns correct records
Screenshots
Return all records for a hostname
UID filter fails to return records:
Logs
Output of docker-compose logs or kubectl logs respectively
Version and Deployment (please complete the following information):
Additional context
Queries directly against individual gravity pods exhibit same behaviour.
This also impacts state management for the Terraform provider.
The text was updated successfully, but these errors were encountered: