how to accept oauth resource as script input
I setup the azure_oauth resource (from instance settings) and tested successfully by manually creating a resource instance. Some time earlier I interpreted that the resource could also be used as dynamic input to app/flow/script, but when I create a new flow and attempt to construct a resource type input of type azure_oauth it doesn't let me. did i misinterpret the functionality?
my goal is to build a system app that templates sensitive data generation on operator command, but only operators with a specific permission in the resource system are allowed to generate the data. (aka permission enforcement on windmill side with full permissions within script to resource system)
my goal is to build a system app that templates sensitive data generation on operator command, but only operators with a specific permission in the resource system are allowed to generate the data. (aka permission enforcement on windmill side with full permissions within script to resource system)