signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 48 forks source link

organizationId is needed in sessiontokenrequest #121

Closed jherbage-splunk closed 3 years ago

jherbage-splunk commented 3 years ago

Without the ability to specify the organizationId in the session token request if the user has accounts in multiple orgs then you cannot control the oragnization id that the token is issued for Note that the organizationId is also missing from the API spec: https://dev.splunk.com/observability/reference/api/sessiontokens/latest#endpoint-create-session-token but definitely exists as we use it in other repos that use curl rather than the go client