-
Notifications
You must be signed in to change notification settings - Fork 0
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
please add support for godaddy api /v2/customers/{customerId}/certificates #21
Comments
Hello @robdew, Thank you for bringing this issue to our attention. I have updated the Unfortunately, I wasn't able to test it in our environment due to limited permissions. If you could test it in the PR branch Steps to build the plugin from the branch
Thanks! |
I have been working on this but cannot make the latest release of the plugin work correctly either. At this point the best I can offer is that this query:
Generates no results (that's not expected) with the latest release version of the plugin, but with the
|
Hello @robdew, apologies for the late response. Were you able to query the table from the In this PR, we added support for listing all certificates for a customer by specifying the Regarding the error you mentioned, it does seem unusual. I’ve pushed another commit to the select
common_name,
status,
certificate_id,
serial_number,
created_at,
organization,
root_type,
valid_start,
valid_end,
revoked_at
from
godaddy_certificate
where
customer_id = '295e3bc3-b3b9-4d95-aae5-ede41a994d13' |
Hello @robdew, We haven’t received a response in a while, so we’re going to close this issue for now. If this is still a concern or if you have additional details to share, please don’t hesitate to reopen the issue, and we’ll be happy to assist you further. Thank you for your understanding, and we appreciate your contribution!! |
Is your feature request related to a problem? Please describe.
With the current tables you cannot list all certificates for a customer account. This might be because the plugin only supports v1 of the godaddy API? V2 of the API adds a new method to get all certificates for a given customerId
https://developer.godaddy.com/doc/endpoint/certificates#/
Describe the solution you'd like
I would like to use this plugin to get all the certificate details for all certificates, not just a particular certificateId
Describe alternatives you've considered
Hitting the API directly from Python instead of Steampipe.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: