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.adoc
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,13 @@ By default, the lambda is called in addition to the backend, meaning the consume
63
63
64
64
.^|accessKey
65
65
^.^|
66
-
|AWS Access Key
66
+
|AWS Access Key. It can be stored in vault and referred via the Gravitee expression language.
67
67
^.^|string
68
68
^.^|-
69
69
70
70
.^|secretKey
71
71
^.^|
72
-
|AWS Secret Key
72
+
|AWS Secret Key. It can be stored in vault and referred via the Gravitee expression language.
73
73
^.^|string
74
74
^.^|-
75
75
@@ -119,7 +119,7 @@ DryRun – Validate parameter values and verify that the user or role has permis
119
119
120
120
.^|roleArn
121
121
^.^|-
122
-
|The arn of the role to be assumed. This is used when authentication is relying on the AWS Security Token Service (STS) to assume a Role and create temporary, short-lived sessions to use for authentication.
122
+
|The arn of the role to be assumed. This is used when authentication is relying on the AWS Security Token Service (STS) to assume a Role and create temporary, short-lived sessions to use for authentication. It can be stored in vault and referred via the Gravitee expression language.
123
123
^.^|string
124
124
^.^|-
125
125
@@ -132,10 +132,11 @@ DryRun – Validate parameter values and verify that the user or role has permis
132
132
|===
133
133
134
134
== Examples
135
-
135
+
Without expression language:
136
136
[source, json]
137
137
----
138
-
"configuration": {
138
+
{
139
+
"configuration": {
139
140
"variables": [
140
141
{
141
142
"name": "lambdaResponse",
@@ -150,9 +151,32 @@ DryRun – Validate parameter values and verify that the user or role has permis
0 commit comments