Replies: 2 comments 2 replies
-
I think this is a bug. Filed an issue to track fixing it: #882 |
Beta Was this translation helpful? Give feedback.
-
@jszwedko @jdisanti I am assuming you reached that conclusion by just comparing Basically what i am saying is, URL's do not need to have the word |
Beta Was this translation helpful? Give feedback.
-
This came up through an issue report on Vector about it not using the FIPS endpoints when
AWS_USE_FIPS_ENDPOINT=true
.I am able to see how to configure the SDK to use the FIPS endpoints for accessing various services (
use_fips
on the SDK config builders), but I'm not seeing how to do so for the STS access when fetching credentials. I created a stand-alone project for testing:Cargo.toml
src/main.rs
When running with:
I see it, reasonably, fail to fetch credentials, but, crucially, I see it hitting the normal STS endpoints rather than the FIPS ones.
Output:
Beta Was this translation helpful? Give feedback.
All reactions