Skip to content

Commit 36e5b9c

Browse files
committed
Add links to SigV4a spec
1 parent 25890c4 commit 36e5b9c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/source-2.0/aws/aws-auth.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ unauthenticated request.
6868
-------------------------
6969

7070
Trait summary
71-
The ``aws.auth#sigv4a`` trait adds support for AWS Signature Version 4
72-
Asymmetric (SigV4A), an extension of `AWS signature version 4`_ (SigV4), to
73-
a service.
71+
The ``aws.auth#sigv4a`` trait adds support for
72+
`AWS Signature Version 4 Asymmetric (SigV4A)`_, an extension of
73+
`AWS signature version 4`_ (SigV4), to a service.
7474
Trait selector
7575
``service[trait|aws.auth#sigv4]``
7676
Trait value
@@ -211,6 +211,7 @@ Trait value
211211
212212
213213
.. _AWS signature version 4: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
214+
.. _AWS Signature Version 4 Asymmetric (SigV4A): https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html#how-sigv4a-works
214215
.. _credential scope: https://docs.aws.amazon.com/general/latest/gr/sigv4-create-string-to-sign.html
215216
.. _Amazon Cognito User Pools: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html
216217
.. _canonical request: https://docs.aws.amazon.com/general/latest/gr/sigv4-create-canonical-request.html

docs/source-2.0/aws/rules-engine/auth-schemes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ AWS rules engine authentication scheme validators
66

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

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

@@ -117,3 +117,4 @@ Properties
117117

118118

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

0 commit comments

Comments
 (0)