Skip to content

Commit 0beabe9

Browse files
committed
minor edits to introduction
1 parent caee426 commit 0beabe9

File tree

1 file changed

+2
-2
lines changed
  • 04-path-security-and-networking/401-configmaps-and-secrets

1 file changed

+2
-2
lines changed

04-path-security-and-networking/401-configmaps-and-secrets/readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,9 +678,9 @@ This shows that the Java application has been able to read both the NAME and GRE
678678

679679
== Secrets using AWS Secrets Manager
680680

681-
This section will show how to create a secret using AWS Secrets Manager and access it in a Pod.
681+
This section will show how to create a secret using https://aws.amazon.com/secrets-manager/[AWS Secrets Manager] and access the secret in a Pod.
682682

683-
AWS Secrets Manager enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle. The service integrates with KMS, which uses a https://aws.amazon.com/blogs/security/aws-key-management-service-now-offers-fips-140-2-validated-cryptographic-modules-enabling-easier-adoption-of-the-service-for-regulated-workloads/[FIPS 140-2 validated Hardware Security Module], to provide robust key management controls for protection of the secret. It also integrates with AWS IAM and AWS CloudTrail to provide fine-grained access, audit and alerting integration.
683+
AWS Secrets Manager enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle. The service integrates with KMS, which uses a https://aws.amazon.com/blogs/security/aws-key-management-service-now-offers-fips-140-2-validated-cryptographic-modules-enabling-easier-adoption-of-the-service-for-regulated-workloads/[FIPS 140-2 validated Hardware Security Module], to provide robust key management controls to secure the secret. AWS Secrets Manager also integrates with AWS IAM and AWS CloudTrail to provide fine-grained access, audit and alerting integration.
684684

685685
=== Update the IAM role for EKS or `kops` Kubernetes Cluster
686686

0 commit comments

Comments
 (0)