-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
FIPS & DualStack Endpoint Resolver Support #3938
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should not be merged until an updated endpoints model file is provided. |
skmcgrail
force-pushed
the
dualStackEndpoints
branch
3 times, most recently
from
June 2, 2021 22:24
73f46fe
to
b44324a
Compare
Changes that were included in the last force push:
|
skmcgrail
force-pushed
the
dualStackEndpoints
branch
3 times, most recently
from
June 24, 2021 18:25
6bcb213
to
2080ebd
Compare
skotambkar
reviewed
Jun 29, 2021
Looks good, just minor questions/suggestions. |
skmcgrail
force-pushed
the
dualStackEndpoints
branch
from
July 2, 2021 00:23
b7e4e3e
to
883f062
Compare
skmcgrail
force-pushed
the
dualStackEndpoints
branch
from
July 2, 2021 00:34
883f062
to
f7cebdd
Compare
skotambkar
approved these changes
Jul 2, 2021
@skmcgrail Any plans to merge this in the near future? Would be helpful to get the EBS CSI driver with IPv6. |
skmcgrail
force-pushed
the
dualStackEndpoints
branch
from
November 1, 2021 20:31
f7cebdd
to
9df3658
Compare
skmcgrail
changed the title
UseDualStackEndpoint Endpoint Resolver Support
FIPS & DualStack Endpoint Resolver Support
Nov 1, 2021
jasdel
reviewed
Nov 2, 2021
skmcgrail
force-pushed
the
dualStackEndpoints
branch
2 times, most recently
from
November 4, 2021 00:10
d34b38f
to
d8e3630
Compare
jasdel
approved these changes
Nov 4, 2021
skmcgrail
force-pushed
the
dualStackEndpoints
branch
from
November 5, 2021 16:46
7e9b5de
to
a090451
Compare
aws-sdk-go-automation
pushed a commit
that referenced
this pull request
Nov 8, 2021
=== ### Service Client Updates * `service/chime-sdk-meetings`: Updates service API and documentation * `service/ec2`: Updates service API and documentation * This release adds internal validation on the GatewayAssociationState field * `service/sagemaker`: Updates service API and documentation * SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status. * `service/wafv2`: Updates service API and documentation ### SDK Features * Support has been added for configuring endpoints with requirements such as FIPS and DualStack. ([#3938](#3938)) * `AWS_USE_FIPS_ENDPOINT` and `AWS_USE_DUALSTACK_ENDPOINT` can be set to `true` or `false` in the environment to indicate an endpoint with the respective characteristic must be resolved. * `use_fips_endpoint` and `use_dualstack_endpoint` can be set to `true` or `false` in the shared config file to indicate an endpoint with the respective characteristic must be resolved. * Programmatic configuration of FIPS and DualStack endpoint resolution. * For more information see the `aws/session` package documentation.
Merged
aws-sdk-go-automation
added a commit
that referenced
this pull request
Nov 8, 2021
Release v1.42.0 (2021-11-08) === ### Service Client Updates * `service/chime-sdk-meetings`: Updates service API and documentation * `service/ec2`: Updates service API and documentation * This release adds internal validation on the GatewayAssociationState field * `service/sagemaker`: Updates service API and documentation * SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status. * `service/wafv2`: Updates service API and documentation ### SDK Features * Support has been added for configuring endpoints with requirements such as FIPS and DualStack. ([#3938](#3938)) * `AWS_USE_FIPS_ENDPOINT` and `AWS_USE_DUALSTACK_ENDPOINT` can be set to `true` or `false` in the environment to indicate an endpoint with the respective characteristic must be resolved. * `use_fips_endpoint` and `use_dualstack_endpoint` can be set to `true` or `false` in the shared config file to indicate an endpoint with the respective characteristic must be resolved. * Programmatic configuration of FIPS and DualStack endpoint resolution. * For more information see the `aws/session` package documentation.
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Support has been added for an updated
endpoints.json
model which contains modeled endpoint data for service dual-stack and FIPS endpoints.Additionally, this support removes the need for the dual-stack customization in place for S3 and S3 Control service clients, and simplifies FIPS logic.