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
It is currently noy possible to delete CAA resource records if there are multiple in DIM, that only differ in case.
$ ndcli delete rr example.com. caa 0 issue "foobar.com." -f -n
INFO - Dryrun mode, no data will be modified
ERROR - example.com. CAA 0 issue "foobar.com." is ambiguous
Root cause appears to be MariaDB, which does case-insensitive matches of values on selects.
Additionally, there is an API endpoint to delete records by ID, but there is no way to get the IDs via the API, as the endpoint for that also runs into the same issue.
It is currently noy possible to delete CAA resource records if there are multiple in DIM, that only differ in case.
Root cause appears to be MariaDB, which does case-insensitive matches of values on selects.
Additionally, there is an API endpoint to delete records by ID, but there is no way to get the IDs via the API, as the endpoint for that also runs into the same issue.
pytest to reproduce:
internal issue: ITOUDP-4349
The text was updated successfully, but these errors were encountered: