I've just been thinking about required permissions for a project I've been working on.
The initial workspace is triggered via REST call (jobSubmitter). Depending on success or failure a topic gets triggered which may fire a subsequent workspace.
In one of these workspaces it needs to access the FME job history data via a rest call. I've set up a web connection.
My question is, does the initial token I use for the JobSubmitter need to have access to the job table (and web connection)? or are permissions used based on the owner of the subscription workspace or the subscription itself?
Any best practices here?