runfalk / certbot-dns-loopia

Loopia DNS authentication plugin for Certbot
Other
37 stars 11 forks source link

documentation: Permissions for Loopia API user #6

Closed KufrA closed 5 years ago

KufrA commented 5 years ago

Using this plugin for certbot and seems to work perfectly.

Had some issues figuring out what permissions i was supposed to use for the Loopia API user. Think in the end i added all the Subdomain and all the record (Create/delete/read) permssions.

If possible, add to readme the exact permissions being used by the script.

Also, thanks for publishing your work!

runfalk commented 5 years ago

Since I am no longer a Loopia customer, I can't actually check how the permission system works. Here are the methods certbot-loopia calls:

This may be required but I am not sure:

It would be great if you could check the exact permission names and reply here. If you do I can update the README.

KufrA commented 5 years ago

Current permissions that i use:

Think add/remove subdomain is needed. It failed when i only added the three ZoneRecord options. But did not try them individually. I'm not super confident in my ways of testing this so might aswell leave this comment here for others to read.

runfalk commented 5 years ago

I updated the README to reflect the required permissions.