windmill-labs / windmill

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.

Home Page:https://windmill.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: Make web-hook specific access tokens bound to workspace

wasnertobias opened this issue · comments

If I create a web-hook-specific access token from a script that is selected, e.g., in a test workspace, I expect that the token is also bound to that workspace.

However, Currently, it could also be used in a different workspace without the possibility of narrowing the scope. That way, the claim "save to give away to anyone" is not given, as the isolation of the workspace is not given.