AWS secretsmanager documentation change
Summary
Added a comma after 'For an example of a permissions policy' and changed 'Datadog Admin Key' to 'GitLab Access Token' in a section header
Security assessment
The comma addition is grammatical. The header change updates partner terminology without security implications. No evidence of vulnerability remediation.
Diff
diff --git a/secretsmanager/latest/userguide/mes-partner-DatadogApplicationKey.md b/secretsmanager/latest/userguide/mes-partner-DatadogApplicationKey.md index e322142b5..a1b5c3958 100644 --- a//secretsmanager/latest/userguide/mes-partner-DatadogApplicationKey.md +++ b//secretsmanager/latest/userguide/mes-partner-DatadogApplicationKey.md @@ -55 +55 @@ This rotation uses a two-secret architecture. An admin secret of type DatadogAdm -You can create your secret using the [CreateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html) call with the secret value containing the fields mentioned above and secret type as DatadogApplicationKey. The rotation configurations can be set using a [RotateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_RotateSecret.html) call. You must provide the `adminSecretArn` in the rotation metadata. You must also provide a role ARN in the [RotateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_RotateSecret.html) call which grants the service the required permissions to rotate the secret. For an example of a permissions policy see [Security and Permissions](./mes-security.html). +You can create your secret using the [CreateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html) call with the secret value containing the fields mentioned above and secret type as DatadogApplicationKey. The rotation configurations can be set using a [RotateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_RotateSecret.html) call. You must provide the `adminSecretArn` in the rotation metadata. You must also provide a role ARN in the [RotateSecret](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_RotateSecret.html) call which grants the service the required permissions to rotate the secret. For an example of a permissions policy, see [Security and Permissions](./mes-security.html). @@ -69 +69 @@ Datadog API Key -Datadog Admin Key +GitLab Access Token