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
I am trying to figure out how to use this tool using either aws sts get-session-token or the UseAWSRole option but I can't seem to make this work.
Are there any examples or documentation on how use those options?
I've tried using the access keys that I get from running aws sts get-session-token as well as running curl -k -v -u admin:pass --raw --data '{"credential":[{"UseAWSRole":"True"}]}' https://localhost:9083/discover. Both result in no error logged in the container and the only relevant output I get is "curl: (52) Empty reply from server"
The text was updated successfully, but these errors were encountered:
The issue you linked just says that it's supposed to work but there's no example of how. Looking at the code I didn't see anything that takes the session token.
I am trying to figure out how to use this tool using either
aws sts get-session-token
or theUseAWSRole
option but I can't seem to make this work.Are there any examples or documentation on how use those options?
I've tried using the access keys that I get from running
aws sts get-session-token
as well as runningcurl -k -v -u admin:pass --raw --data '{"credential":[{"UseAWSRole":"True"}]}' https://localhost:9083/discover
. Both result in no error logged in the container and the only relevant output I get is "curl: (52) Empty reply from server"The text was updated successfully, but these errors were encountered: