Skip to content
New issue

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

Report bug to Yandex Cloud dns api #4210

Open
statkashaman opened this issue Jul 29, 2022 · 2 comments
Open

Report bug to Yandex Cloud dns api #4210

statkashaman opened this issue Jul 29, 2022 · 2 comments
Assignees
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks

Comments

@statkashaman
Copy link

This is the place to report bugs in the Yandex Cloud DNS API. (Not Yandex 360)

If you experience a bug, please report it in this issue.

Thanks!

@Neilpang Neilpang added the 3rd party api report bugs to dns api, deploy hooks and notification hooks label Jul 31, 2022
@hempalex
Copy link

Hey!

I've tried your plugin but received following error (i replaced my actual domain with "domain.net")
I assume yandex cloud dns expexts full record name like "_acme-challenge.domain.net."

response='{
 "code": 9,
 "message": "'_acme-challenge.' does not belong to zone 'domain.net.'",
 "details": [
  {
   "@type": "type.googleapis.com/google.rpc.RequestInfo",
   "requestId": "d0fa48b7-f780-4dfd-a45e-5a8c8d08b595"
  }
 ]
}'

@hempalex
Copy link

I've changed line (added $_domain after $_subdomain) and it updated dns zone, so this was the issue

if _yc_rest POST "zones/$_domain_id:updateRecordSets" "{"deletions": [ { "name":"$_sub_domain$_domain","type":"TXT","ttl":"120","data":$exists_txtvalue}]}"; then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party api report bugs to dns api, deploy hooks and notification hooks
Projects
None yet
Development

No branches or pull requests

3 participants