Skip to content
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

Add links to SigV4a spec #2503

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/source-2.0/aws/aws-auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ unauthenticated request.
-------------------------

Trait summary
The ``aws.auth#sigv4a`` trait adds support for AWS Signature Version 4
Asymmetric (SigV4A), an extension of `AWS signature version 4`_ (SigV4), to
a service.
The ``aws.auth#sigv4a`` trait adds support for
`AWS Signature Version 4 Asymmetric (SigV4A)`_, an extension of
`AWS signature version 4`_ (SigV4), to a service.
Trait selector
``service[trait|aws.auth#sigv4]``
Trait value
Expand Down Expand Up @@ -211,6 +211,7 @@ Trait value


.. _AWS signature version 4: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
.. _AWS Signature Version 4 Asymmetric (SigV4A): https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html#how-sigv4a-works
.. _credential scope: https://docs.aws.amazon.com/general/latest/gr/sigv4-create-string-to-sign.html
.. _Amazon Cognito User Pools: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html
.. _canonical request: https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html
Expand Down
5 changes: 3 additions & 2 deletions docs/source-2.0/aws/rules-engine/auth-schemes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ AWS rules engine authentication scheme validators

AWS-specific rules engine library :ref:`authentication scheme validators <rules-engine-endpoint-rule-set-endpoint-authschemes>`
make it possible to validate configurations for AWS authentication schemes like
`AWS signature version 4`_. An additional dependency is required to access
these validators
`AWS signature version 4`_ and `AWS signature version 4a`_. An additional
dependency is required to access these validators.

The following example adds ``smithy-aws-endpoints`` as a dependency to a Smithy project:

Expand Down Expand Up @@ -117,3 +117,4 @@ Properties


.. _AWS signature version 4: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
.. _AWS signature version 4a: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html#how-sigv4a-works
Loading