From 4ce9f5033b53b10635db487f62929e498d91553c Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Tue, 1 Feb 2022 13:55:58 -0500 Subject: aws+sm datasource - support reading from SecretBinary when SecretString is not set (#1296) Signed-off-by: Dave Henderson --- docs/content/datasources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/datasources.md b/docs/content/datasources.md index 7743b88e..6f9f02f8 100644 --- a/docs/content/datasources.md +++ b/docs/content/datasources.md @@ -222,7 +222,7 @@ For `aws+sm`, only the _scheme_ and _path_ components are necessary to be define ### Output -The output will be the SecretString from the `GetSecretValueOutput` object from the [AWS SDK for Go](https://docs.aws.amazon.com/sdk-for-go/api/service/secretsmanager/#GetSecretValueOutput) +The output will be the content of either the `SecretString` or `SecretBinary` field of the AWS SDK's `GetSecretValueOutput` object from the [AWS SDK for Go](https://docs.aws.amazon.com/sdk-for-go/api/service/secretsmanager/#GetSecretValueOutput) ### Examples -- cgit v1.2.3