-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(clients): add config for fips and dualStack endpoint #2947
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2947 +/- ##
==========================================
+ Coverage 58.60% 58.68% +0.07%
==========================================
Files 561 564 +3
Lines 30272 30325 +53
Branches 7452 7472 +20
==========================================
+ Hits 17742 17795 +53
Misses 12530 12530
Continue to review full report at Codecov.
|
5e7ed08
to
2f4da57
Compare
2f4da57
to
abebc99
Compare
The configuration is resolved in endpointsConfig
The configuration is resolved in endpointsConfig
28bb878
to
1348a15
Compare
8f8e5a5
to
f53b39e
Compare
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
Internal JS-2905
Internal JS-2906
Note: This PR will be made ready once fix in #2945 is merged.
Description
Adds useFipsEndpoint configuration:
boolean
orProvider<boolean>
in client configuration.false
.Adds useFipsEndpoint configuration:
boolean
orProvider<boolean>
in client configuration.false
.Testing
CI
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.