Skip to main content
Question

Workspace App "calling machine" details

  • September 25, 2023
  • 2 replies
  • 11 views

pmcpherson
Contributor
Forum|alt.badge.img+9

Should it be possible to determine the details of the user or machine that "called" a workspace app shared by a URL link? Currently I'm seeing the name of the "owner" under the "RAN BY" column, but I'm interested in learning more details about the user or machine that made the call.

2 replies

churchfraser
Contributor
Forum|alt.badge.img+5
  • Contributor
  • 11 replies
  • September 27, 2023

If authentication is required to use a server app, the username will be output as the --FME_SERVER_RUNTIME_USER parameter. I believe if authentication isn't required, the owner of the workspace or automation is inserted as that value.


pmcpherson
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • 44 replies
  • September 29, 2023

@churchfraser​, thanks for the response. Maybe I will try changing the app to require authorization, although it has been convenient to avoid that requirement.