AWS glue documentation change
Summary
Fixed URL formatting in Secrets Manager documentation link by adding an extra slash after domain
Security assessment
URL path syntax adjustment with no impact on security content. Continues to document secure credential storage practices without enhancements.
Diff
diff --git a/glue/latest/dg/creating-bigquery-connection.md b/glue/latest/dg/creating-bigquery-connection.md index b5b059abd..f476ce85c 100644 --- a//glue/latest/dg/creating-bigquery-connection.md +++ b//glue/latest/dg/creating-bigquery-connection.md @@ -47 +47 @@ You should now have downloaded a JSON file with credentials for your service acc - 3. In AWS Secrets Manager, create a secret using your downloaded credentials file. You can choose the **Plaintext** tab and paste the JSON formatted file content. To create a secret in Secrets Manager, follow the tutorial available in [ Create an AWS Secrets Manager secret ](https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_secret.html) in the AWS Secrets Manager documentation. After creating the secret, keep the Secret name, `secretName` for the next step. + 3. In AWS Secrets Manager, create a secret using your downloaded credentials file. You can choose the **Plaintext** tab and paste the JSON formatted file content. To create a secret in Secrets Manager, follow the tutorial available in [ Create an AWS Secrets Manager secret ](https://docs.aws.amazon.com//secretsmanager/latest/userguide/create_secret.html) in the AWS Secrets Manager documentation. After creating the secret, keep the Secret name, `secretName` for the next step.