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
@@ -1083,6 +1095,7 @@ Defines the mechanism used to authenticate users and workflows attempting to acc
1083
1095
1084
1096
| Property | Type | Required | Description |
1085
1097
|----------|:----:|:--------:|-------------|
1098
+
| use | `string` | `no` | The name of the top-level authentication definition to use. Cannot be used by authentication definitions defined at top level. |
1086
1099
| basic | [`basicAuthentication`](#basic-authentication) | `no` | The `basic` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
1087
1100
| bearer | [`bearerAuthentication`](#bearer-authentication) | `no` | The `bearer` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
1088
1101
| certificate | [`certificateAuthentication`](#certificate-authentication) | `no` | The `certificate` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
Copy file name to clipboardExpand all lines: dsl.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,6 +204,7 @@ When the evaluation of an expression fails, runtimes **must** raise an error wit
204
204
|:-----|:----:|:------------|
205
205
| context |`map`| The task's context data. |
206
206
| input |`any`| The task's filtered input. |
207
+
| secrets |`map`| A key/value map of the workflow secrets.<br>To avoid unintentional bleeding, secrets can only be used in the `input.from` runtime expression. |
207
208
| task |[`taskDescriptor`](#task-descriptor)| Describes the current task. |
208
209
| workflow |[`workflowDescritor`](#workflow-descriptor)| Describes the current workflow. |
0 commit comments