-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Integration with Cloudflare Workers #763
Comments
After some research, this integration is half possible. We can only sync encrypted secrets. For some reason, all of these endpoints can only affect encrypted secrets.
{
"name": "DB_NAME",
"text": "infisical",
"type": "secret_text"
}
I've tested all of it and it works perfectly as long as the secrets are encrypted. But nothing happens when it's not encrypted. Also, I've open an issue in their repo here ContextI find out about the endpoint from this forum here. The endpoint is not available in their API docs. |
Actually, the endpoints to do this are not found in the official documentation, I saw that some people complained about it. If you can actually integrate it, it will be very useful, especially here in our company =) |
@alisson-acioli it can be done but is it okay if you can only sync encrypted secrets? ![]() also need some opinion from @dangtony98 |
In the case of adding encrypted variables, they just weren't visible in the wrangler and in the cloudflare panel, would that be it? Anyway, through the Infisical panel, would I be able to visualize it and change it? Because if the sacrifice is not to visualize it in the wrangler/cloudflare panel, it's ok, because with Infisical I can do it. |
Closing as completd |
Feature description
I would like to recommend this integration suggestion with Cloudflare Workers. Currently, you can put secret keys directly in the cloudflare panel or using wrangler in the worker publication, but it would be ideal to use infiscal to manage our keys in one place.
Why would it be useful?
Nowadays many applications are migrating to edge computing and cloudflare offers a good service for this, the problem in my view is when we have applications in virtual machines, serverless, among others and we always have to manage where our keys are. Using infisical on Cloudflare Workers would already facilitate management along with the other keys that are managed by infisical on AWS, PM2, Laravel, etc.
The text was updated successfully, but these errors were encountered: