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
When using the OAuth authentication method, calls to pup events search will always fail with a 401 unauthorized error. However, when setting the DD_API_KEY and DD_APP_KEY method of authentication the command succeeds.
Note
pup events listdoes work with OAuth authentication.
Describe the bug
When using the OAuth authentication method, calls to
pup events searchwill always fail with a 401 unauthorized error. However, when setting the DD_API_KEY and DD_APP_KEY method of authentication the command succeeds.Note
pup events listdoes work with OAuth authentication.To Reproduce
Steps to reproduce the behavior:
DD_TOKEN_STORAGE=file pup auth login, accepting OAuth promptDD_TOKEN_STORAGE=file pup events search --query="foobar"Expected behavior
The command should succeed, printing the event search results to stdout. For example:
Environment
pup version 0.18.0Installation method was direct binary download from GitHub release.
Command output
Additional context
Thank you for writing this CLI!