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
Really similar - if not identical - problem to issue #12394 and PR #12322
I'm not sure how and when the keys were added, maybe before the issue and PR mentioned earlier.
> pdnsutil list-tsig-keys tsigkey1. hmac-sha256. 1111 tsigkey1. hmac-sha256. 1111 tsigkey1. hmac-sha256. 1111 tsigkey2. hmac-sha256. 2222 tsigkey1. hmac-sha256. 1111 tsigkey2. hmac-sha256. 2222 tsigkey1. hmac-sha256. 1111 tsigkey1. hmac-sha256. 1111 > curl -XGET @ /servers/localhost/tsigkeys (sample) { "algorithm": "hmac-sha256", "id": "tsigkey2.", "key": "", "name": "tsigkey2", "type": "TSIGKey" }, { "algorithm": "hmac-sha256", "id": "tsigkey1.", "key": "", "name": "tsigkey1", "type": "TSIGKey" }, { "algorithm": "hmac-sha256", "id": "tsigkey1.", "key": "", "name": "tsigkey1", "type": "TSIGKey" }, > curl -XGET @ /servers/localhost/tsigkeys/tsigkey1. Not Found# > pdnsutil delete-tsig-key tsigkey1. Deleted TSIG key tsigkey1 [doesn't change anything in the list]
Both
>pdnsutil delete-tsig-key tsigkey1. or > curl -XDELETE @ /servers/localhost/tsigkeys/tsigkey1.
to actually delete the keys with id "tsigkey1."
Described earlier :
pdnsutil gives a "Deleted TSIG key tsigkey1" message but not taken into account pdns API gives a "Not found" answer
launch=lmdb lmdb-filename=/etc/powerdns/lmdb/pdns.lmdb lmdb-sync-mode=sync
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Short description
Really similar - if not identical - problem to issue #12394 and PR #12322
Environment
Steps to reproduce
I'm not sure how and when the keys were added, maybe before the issue and PR mentioned earlier.
Expected behaviour
Both
to actually delete the keys with id "tsigkey1."
Actual behaviour
Described earlier :
pdnsutil gives a "Deleted TSIG key tsigkey1" message but not taken into account
pdns API gives a "Not found" answer
Config lmdb snippet
The text was updated successfully, but these errors were encountered: