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

support in_use filtering in CustomTLSCertificate and PrivateKey #533

Closed
relvira opened this issue Jun 17, 2024 · 8 comments · Fixed by #534
Closed

support in_use filtering in CustomTLSCertificate and PrivateKey #533

relvira opened this issue Jun 17, 2024 · 8 comments · Fixed by #534

Comments

@relvira
Copy link

relvira commented Jun 17, 2024

Hey there,

It looks like go-fastly doesn't support the in_use filter that your API does support for Custom TLS Certificates and Private Keys.

I was figuring if this is something you folks can build into the golang library, as it is greatly useful for automating some processes around TLS certificates in Fastly.

Thank you!
Rafa.

@Integralist
Copy link
Collaborator

👋🏻 @relvira

Thanks for raising this issue, yes we can add that field.

The in_use query was added to the Fastly API last year, while the rest of the TLS feature set was added to go-fastly long before that. So this new API addition slipped through the net as far as the go-fastly API client is concerned.

cc @kpfleming

@relvira
Copy link
Author

relvira commented Jun 17, 2024

Thank you for the quick response here @Integralist 🙇🏼 I definitely appreciate your interest in implementing this feature into go-fastly.

Would you have an estimate (days, weeks, months) in mind to have the feature implemented into the library? This will help us manage expectations on our side. 🙌🏼

@kpfleming
Copy link
Contributor

Unfortunately we do not yet have an estimate; if we did, we'd probably be restricted from communicating it in a public place anyway :-) Please open a support ticket in Zendesk referring to this GitHub issue so that we can track the 'Fastly customer' aspects of the issue there. Thanks!

@Integralist
Copy link
Collaborator

👋🏻

The following PR only took a couple of minutes for me to put together: #534

@relvira
Copy link
Author

relvira commented Jun 19, 2024

Thank you for putting up that PR @Integralist 🙇🏼 - do you have a set cadence for creating releases in go-fastly? or is that ad-hoc?

@Integralist
Copy link
Collaborator

No problem @relvira

Yeah, the release cycle currently is very much ad-hoc, but will eventually move to a more consistent/structured release cycle soon.

@kpfleming would you be OK publishing a new release? Looking at the commit history there is only this recent change and one other change that would be included in the next release (I'm not aware of any other work upcoming that we'd want to wait for).

@kpfleming
Copy link
Contributor

I'll give it a try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants