You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the service account has been autherized to access all users on our domain ... but i can not set delegationEmail in google.auth.JWT:L88
my hack
changing L88 to this.key.doAsUser.
added it to the key
restarted NR
IT WORKED
it would be best if this could be set through the flow - but that seems out of reach with my current skill :)
this approach still requires 1 connection node per person (even though they all use the 1 service account). if you're interested in a pull request, i could try adding it as an optional field
The text was updated successfully, but these errors were encountered:
zosky
changed the title
data from multiple accounts ?
[enhancement request] multi-user support
Jul 12, 2018
problem statement
the service account has been autherized to access all users on our domain ... but i can not set
delegationEmail
in google.auth.JWT:L88my hack
this.key.doAsUser
.IT WORKED
it would be best if this could be set through the flow - but that seems out of reach with my current skill :)
this approach still requires 1 connection node per person (even though they all use the 1 service account). if you're interested in a pull request, i could try adding it as an optional field
The text was updated successfully, but these errors were encountered: