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

feature: Provide mechanism for duplicating tokens across windmill instances #5296

Open
ChrisEdgington opened this issue Feb 14, 2025 · 0 comments
Assignees

Comments

@ChrisEdgington
Copy link

I want to run multiple exact-copy windmill deployments for two purposes:

Load-balance between them to mitigate platform / region connectivity and downtime
Blue-green deployment of new windmill versions

The only limiting issue I have discovered is that I need to be able to share the same webhook tokens between instances. I thought I could just move auth to the load balancer and have the load balance inject the instance-specific token - but then I lose the ability to do token-label based filtering in the dashboard.

This could be as simple as allowing me to specify the token value when creating tokens via the API. Then I could create a token on one instance and use that value to create the same token on another instance.

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

No branches or pull requests

2 participants