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

feat: add authentication to /linkup/certificate* endpoints #168

Merged
merged 3 commits into from
Feb 20, 2025

Conversation

augustoccesar
Copy link
Collaborator

@augustoccesar augustoccesar commented Feb 19, 2025

@augustoccesar augustoccesar self-assigned this Feb 19, 2025
Copy link
Contributor

@ostenbom ostenbom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aw yeah lookin pretty good. I went of latest mockito and did a few mods to make it work with the cloudflare api module. Let's chat about what the best way forwards is.

Comment on lines +91 to +101
// Namespace is not guarantee to exist on all bindings. It exists for type `kv_namespace`, but not for `plain_text`, for example.
// This should probably be an enum over the possible types of bindings. Something like what we did on deploy/api.rs:
//
// #[derive(Debug, Clone)]
// pub enum WorkerBinding {
// KvNamespace { name: String, namespace_id: String },
// PlainText { name: String, text: String },
// SecretText { name: String, text: String },
// }
//
// pub namespace_id: String,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@augustoccesar augustoccesar marked this pull request as ready for review February 20, 2025 08:28
@augustoccesar augustoccesar merged commit 5b7d570 into 2.0 Feb 20, 2025
4 checks passed
@augustoccesar augustoccesar deleted the augustoccesar/authenticate-linkup-endpoints branch February 20, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants