is there a way to do something akin to a cluster wide admission hook for flyte? like unless your workflow/task has TK label it gets auto rejected?
curved-whale-1505
06/02/2025, 9:59 PM
maybe another to phrase it, is there a way to prevent users from manually submitting runs against the production domain and enforce this to go through CI/CD?
c
clean-glass-36808
06/03/2025, 7:58 PM
You can do this with an RBAC PR I have. And then have different identities for users vs CI
c
curved-whale-1505
06/05/2025, 1:19 PM
cool! if by PR you mean pull request, mind linking it?