You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,13 @@ Note that this plugin cannot be used in combination with Kong [upstreams](https:
17
17
## Plugin configuration parameters
18
18
19
19
```lua
20
-
aws_assume_role_arn-- ARN of the IAM role that the plugin will try to assume
20
+
aws_assume_role_arn-- ARN of the IAM role that the plugin will try to assume, cannot be supplied together with `aws_account_id`. At least one must be specified.
21
21
type="string"
22
-
required=true
22
+
required=false
23
+
24
+
aws_account_id-- ID of the AWS account the lambda is deployed to. Used to generate the ARN of the IAM role to be assumed. Cannot be specified together with `aws_assume_role_arn`. At least one must be specified.
0 commit comments