Skip to content

Commit

Permalink
changes as per review
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Rojas <[email protected]>
  • Loading branch information
robertojrojas committed Jul 11, 2023
1 parent eb03530 commit 665c9fc
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions state/aws/dynamodb/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,8 @@ capabilities:
- etag
- ttl
- actorStateStore
authenticationProfiles:
- title: "Access key"
description: "Authenticate using accessKey and secretKey."
metadata:
- name: accessKey
type: string
required: true
sensitive: true
description: |
Access Key of the AWS account with appropriate permissions to access DynamoDB.
example: "EXAMPLEAKEY"
default: ""
- name: secretKey
type: string
required: true
sensitive: true
description: |
Secret for the AWS account.
example: "EXAMPLESKEY"
default: ""
builtinAuthenticationProfiles:
- name: "aws"
metadata:
- name: table
required: true
Expand Down

0 comments on commit 665c9fc

Please sign in to comment.