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"
I am trying to figure out how to use this tool using either
aws sts get-session-tokenor theUseAWSRoleoption 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-tokenas 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"