Skip to content

Does the daemon support SSO? #147

Open
@jjdonov

Description

@jjdonov

We are trying to use the daemon with SSO for local testing and are facing some issues.

2021-07-15T17:05:27-06:00 [Info] Initializing AWS X-Ray daemon 3.3.2
2021-07-15T17:05:27-06:00 [Info] Using buffer memory limit of 163 MB
2021-07-15T17:05:27-06:00 [Info] 2608 segment buffers allocated
2021-07-15T17:05:27-06:00 [Info] Using region: us-west-2
2021-07-15T17:05:27-06:00 [Info] HTTP Proxy server using X-Ray Endpoint : https://xray.us-west-2.amazonaws.com
2021-07-15T17:05:27-06:00 [Info] Starting proxy http server on 127.0.0.1:2000
2021-07-15T17:07:39-06:00 [Error] Unable to sign request: NoCredentialProviders: no valid providers in chain. Deprecated.

From what I understand, the go sdk supports SSO but does the aws-xray-daemon implement this functionality?

My credentials file looks like

[profile <redacted>]
sso_start_url = <redacted>
sso_region = us-west-2
sso_account_id = <redacted>
sso_role_name = <redacted>
region = <redacted>

And we are invoking the daemon with ./xray_mac -o -n us-west-2

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions