Skip to content

Commit 0de7cdc

Browse files
committed
docs: revise MKP examples intro
1 parent 8fb2741 commit 0de7cdc

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

examples/src/master_key_provider/aws_kms/discovery_decrypt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
4-
This example is provided as a reference for users migrating away from master key providers.
5-
We recommend that all new use should use keyrings.
4+
This example is intended to serve as reference material for users migrating away from master key providers.
5+
We recommend using keyrings rather than master key providers.
66
For examples using keyrings, see the ``examples/src/keyrings`` directory.
77
88
The KMS master key provider uses any key IDs that you specify on encrypt,

examples/src/master_key_provider/aws_kms/multiple_regions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
4-
This example is provided as a reference for users migrating away from master key providers.
5-
We recommend that all new use should use keyrings.
4+
This example is intended to serve as reference material for users migrating away from master key providers.
5+
We recommend using keyrings rather than master key providers.
66
For examples using keyrings, see the ``examples/src/keyrings`` directory.
77
88
This example shows how to configure and use a KMS master key provider with with CMKs in multiple regions.

examples/src/master_key_provider/aws_kms/single_cmk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
4-
This example is provided as a reference for users migrating away from master key providers.
5-
We recommend that all new use should use keyrings.
4+
This example is intended to serve as reference material for users migrating away from master key providers.
5+
We recommend using keyrings rather than master key providers.
66
For examples using keyrings, see the ``examples/src/keyrings`` directory.
77
88
This example shows how to configure and use a KMS master key with a single KMS CMK.

examples/src/master_key_provider/multi/aws_kms_with_escrow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
4-
This example is provided as a reference for users migrating away from master key providers.
5-
We recommend that all new use should use keyrings.
4+
This example is intended to serve as reference material for users migrating away from master key providers.
5+
We recommend using keyrings rather than master key providers.
66
For examples using keyrings, see the ``examples/src/keyrings`` directory.
77
88
One use-case that we have seen customers need is

examples/src/master_key_provider/raw_aes/raw_aes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
4-
This example is provided as a reference for users migrating away from master key providers.
5-
We recommend that all new use should use keyrings.
4+
This example is intended to serve as reference material for users migrating away from master key providers.
5+
We recommend using keyrings rather than master key providers.
66
For examples using keyrings, see the ``examples/src/keyrings`` directory.
77
88
This examples shows how to configure and use a raw AES master key.

examples/src/master_key_provider/raw_rsa/private_key_only_from_pem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
4-
This example is provided as a reference for users migrating away from master key providers.
5-
We recommend that all new use should use keyrings.
4+
This example is intended to serve as reference material for users migrating away from master key providers.
5+
We recommend using keyrings rather than master key providers.
66
For examples using keyrings, see the ``examples/src/keyrings`` directory.
77
88
This example shows how to configure and use a raw RSA master key using a PEM-encoded RSA private key.

0 commit comments

Comments
 (0)