harness-mcp-v2 3.2.8 → 3.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/build/data/schemas/v0/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v0/pipeline.js +360 -0
- package/build/data/schemas/v0/pipeline.js.map +1 -1
- package/build/data/schemas/v0/template.d.ts.map +1 -1
- package/build/data/schemas/v0/template.js +457 -0
- package/build/data/schemas/v0/template.js.map +1 -1
- package/build/data/schemas/v1/pipeline.d.ts.map +1 -1
- package/build/data/schemas/v1/pipeline.js +121 -0
- package/build/data/schemas/v1/pipeline.js.map +1 -1
- package/build/data/schemas/v1/template.d.ts.map +1 -1
- package/build/data/schemas/v1/template.js +121 -0
- package/build/data/schemas/v1/template.js.map +1 -1
- package/build/prompts/index.d.ts.map +1 -1
- package/build/prompts/index.js +4 -0
- package/build/prompts/index.js.map +1 -1
- package/build/prompts/summarize-pipeline.d.ts +3 -0
- package/build/prompts/summarize-pipeline.d.ts.map +1 -0
- package/build/prompts/summarize-pipeline.js +64 -0
- package/build/prompts/summarize-pipeline.js.map +1 -0
- package/build/registry/toolsets/pipelines.d.ts.map +1 -1
- package/build/registry/toolsets/pipelines.js +10 -2
- package/build/registry/toolsets/pipelines.js.map +1 -1
- package/build/tools/diagnose/pipeline.d.ts.map +1 -1
- package/build/tools/diagnose/pipeline.js +17 -0
- package/build/tools/diagnose/pipeline.js.map +1 -1
- package/build/tools/harness-diagnose.js +1 -1
- package/build/tools/harness-diagnose.js.map +1 -1
- package/build/tools/harness-execute.d.ts.map +1 -1
- package/build/tools/harness-execute.js +56 -4
- package/build/tools/harness-execute.js.map +1 -1
- package/build/utils/materialize-input-sets.d.ts +12 -0
- package/build/utils/materialize-input-sets.d.ts.map +1 -1
- package/build/utils/materialize-input-sets.js +8 -2
- package/build/utils/materialize-input-sets.js.map +1 -1
- package/build/utils/poll-execution.d.ts.map +1 -1
- package/build/utils/poll-execution.js +3 -0
- package/build/utils/poll-execution.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/template.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../src/data/schemas/v0/template.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAuzmJ/B,CAAC;AACF,eAAe,MAAM,CAAC"}
|
|
@@ -982,6 +982,9 @@ const schema = {
|
|
|
982
982
|
{
|
|
983
983
|
"$ref": "#/definitions/pipeline/steps/cd/RollbackGoogleAgentRuntimeRevisionStepNode_template"
|
|
984
984
|
},
|
|
985
|
+
{
|
|
986
|
+
"$ref": "#/definitions/pipeline/steps/cd/DeployAwsAgentCoreRevisionStepNode_template"
|
|
987
|
+
},
|
|
985
988
|
{
|
|
986
989
|
"$ref": "#/definitions/pipeline/steps/cd/GoogleCloudRunTrafficShiftStepNode_template"
|
|
987
990
|
},
|
|
@@ -31234,6 +31237,18 @@ const schema = {
|
|
|
31234
31237
|
}
|
|
31235
31238
|
]
|
|
31236
31239
|
},
|
|
31240
|
+
"skipPipelineVariables": {
|
|
31241
|
+
"oneOf": [
|
|
31242
|
+
{
|
|
31243
|
+
"type": "boolean"
|
|
31244
|
+
},
|
|
31245
|
+
{
|
|
31246
|
+
"type": "string",
|
|
31247
|
+
"pattern": "(<\\+.+>.*)",
|
|
31248
|
+
"minLength": 1
|
|
31249
|
+
}
|
|
31250
|
+
]
|
|
31251
|
+
},
|
|
31237
31252
|
"waitForMerge": {
|
|
31238
31253
|
"oneOf": [
|
|
31239
31254
|
{
|
|
@@ -36071,6 +36086,264 @@ const schema = {
|
|
|
36071
36086
|
}
|
|
36072
36087
|
}
|
|
36073
36088
|
},
|
|
36089
|
+
"DeployAwsAgentCoreRevisionStepNode_template": {
|
|
36090
|
+
"title": "DeployAwsAgentCoreRevisionStepNode_template",
|
|
36091
|
+
"type": "object",
|
|
36092
|
+
"required": [
|
|
36093
|
+
"type"
|
|
36094
|
+
],
|
|
36095
|
+
"properties": {
|
|
36096
|
+
"enforce": {
|
|
36097
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
36098
|
+
},
|
|
36099
|
+
"failureStrategies": {
|
|
36100
|
+
"oneOf": [
|
|
36101
|
+
{
|
|
36102
|
+
"type": "array",
|
|
36103
|
+
"items": {
|
|
36104
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
36105
|
+
}
|
|
36106
|
+
},
|
|
36107
|
+
{
|
|
36108
|
+
"type": "string",
|
|
36109
|
+
"pattern": "^<\\+input>$",
|
|
36110
|
+
"minLength": 1
|
|
36111
|
+
}
|
|
36112
|
+
]
|
|
36113
|
+
},
|
|
36114
|
+
"strategy": {
|
|
36115
|
+
"oneOf": [
|
|
36116
|
+
{
|
|
36117
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
36118
|
+
},
|
|
36119
|
+
{
|
|
36120
|
+
"type": "string",
|
|
36121
|
+
"pattern": "^<\\+input>$",
|
|
36122
|
+
"minLength": 1
|
|
36123
|
+
}
|
|
36124
|
+
]
|
|
36125
|
+
},
|
|
36126
|
+
"timeout": {
|
|
36127
|
+
"type": "string",
|
|
36128
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
36129
|
+
},
|
|
36130
|
+
"type": {
|
|
36131
|
+
"type": "string",
|
|
36132
|
+
"enum": [
|
|
36133
|
+
"DeployAwsAgentCoreRevision"
|
|
36134
|
+
]
|
|
36135
|
+
},
|
|
36136
|
+
"when": {
|
|
36137
|
+
"oneOf": [
|
|
36138
|
+
{
|
|
36139
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
36140
|
+
},
|
|
36141
|
+
{
|
|
36142
|
+
"type": "string",
|
|
36143
|
+
"pattern": "^<\\+input>$",
|
|
36144
|
+
"minLength": 1
|
|
36145
|
+
}
|
|
36146
|
+
]
|
|
36147
|
+
}
|
|
36148
|
+
},
|
|
36149
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
36150
|
+
"allOf": [
|
|
36151
|
+
{
|
|
36152
|
+
"if": {
|
|
36153
|
+
"properties": {
|
|
36154
|
+
"type": {
|
|
36155
|
+
"const": "DeployAwsAgentCoreRevision"
|
|
36156
|
+
}
|
|
36157
|
+
}
|
|
36158
|
+
},
|
|
36159
|
+
"then": {
|
|
36160
|
+
"properties": {
|
|
36161
|
+
"spec": {
|
|
36162
|
+
"$ref": "#/definitions/pipeline/steps/cd/DeployAwsAgentCoreRevisionStepInfo"
|
|
36163
|
+
}
|
|
36164
|
+
}
|
|
36165
|
+
}
|
|
36166
|
+
}
|
|
36167
|
+
]
|
|
36168
|
+
},
|
|
36169
|
+
"DeployAwsAgentCoreRevisionStepInfo": {
|
|
36170
|
+
"title": "DeployAwsAgentCoreRevisionStepInfo",
|
|
36171
|
+
"allOf": [
|
|
36172
|
+
{
|
|
36173
|
+
"$ref": "#/definitions/pipeline/common/StepSpecType"
|
|
36174
|
+
},
|
|
36175
|
+
{
|
|
36176
|
+
"type": "object",
|
|
36177
|
+
"properties": {
|
|
36178
|
+
"connectorRef": {
|
|
36179
|
+
"type": "string"
|
|
36180
|
+
},
|
|
36181
|
+
"delegateSelectors": {
|
|
36182
|
+
"oneOf": [
|
|
36183
|
+
{
|
|
36184
|
+
"type": "array",
|
|
36185
|
+
"items": {
|
|
36186
|
+
"type": "string"
|
|
36187
|
+
}
|
|
36188
|
+
},
|
|
36189
|
+
{
|
|
36190
|
+
"type": "string",
|
|
36191
|
+
"pattern": "(<\\+.+>.*)",
|
|
36192
|
+
"minLength": 1
|
|
36193
|
+
}
|
|
36194
|
+
]
|
|
36195
|
+
},
|
|
36196
|
+
"image": {
|
|
36197
|
+
"type": "string"
|
|
36198
|
+
},
|
|
36199
|
+
"imagePullPolicy": {
|
|
36200
|
+
"oneOf": [
|
|
36201
|
+
{
|
|
36202
|
+
"type": "string",
|
|
36203
|
+
"enum": [
|
|
36204
|
+
"Always",
|
|
36205
|
+
"Never",
|
|
36206
|
+
"IfNotPresent"
|
|
36207
|
+
]
|
|
36208
|
+
},
|
|
36209
|
+
{
|
|
36210
|
+
"type": "string",
|
|
36211
|
+
"pattern": "(<\\+.+>.*)",
|
|
36212
|
+
"minLength": 1
|
|
36213
|
+
}
|
|
36214
|
+
]
|
|
36215
|
+
},
|
|
36216
|
+
"privileged": {
|
|
36217
|
+
"oneOf": [
|
|
36218
|
+
{
|
|
36219
|
+
"type": "boolean"
|
|
36220
|
+
},
|
|
36221
|
+
{
|
|
36222
|
+
"type": "string",
|
|
36223
|
+
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
36224
|
+
"minLength": 1
|
|
36225
|
+
}
|
|
36226
|
+
]
|
|
36227
|
+
},
|
|
36228
|
+
"resources": {
|
|
36229
|
+
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
36230
|
+
},
|
|
36231
|
+
"runAsUser": {
|
|
36232
|
+
"oneOf": [
|
|
36233
|
+
{
|
|
36234
|
+
"type": "integer",
|
|
36235
|
+
"format": "int32"
|
|
36236
|
+
},
|
|
36237
|
+
{
|
|
36238
|
+
"type": "string"
|
|
36239
|
+
}
|
|
36240
|
+
]
|
|
36241
|
+
},
|
|
36242
|
+
"preExecution": {
|
|
36243
|
+
"type": "string"
|
|
36244
|
+
},
|
|
36245
|
+
"waitReady": {
|
|
36246
|
+
"oneOf": [
|
|
36247
|
+
{
|
|
36248
|
+
"type": "boolean"
|
|
36249
|
+
},
|
|
36250
|
+
{
|
|
36251
|
+
"type": "string",
|
|
36252
|
+
"pattern": "(<\\+.+>.*)",
|
|
36253
|
+
"minLength": 1
|
|
36254
|
+
}
|
|
36255
|
+
]
|
|
36256
|
+
}
|
|
36257
|
+
}
|
|
36258
|
+
}
|
|
36259
|
+
],
|
|
36260
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
36261
|
+
"type": "object",
|
|
36262
|
+
"properties": {
|
|
36263
|
+
"connectorRef": {
|
|
36264
|
+
"type": "string"
|
|
36265
|
+
},
|
|
36266
|
+
"delegateSelectors": {
|
|
36267
|
+
"oneOf": [
|
|
36268
|
+
{
|
|
36269
|
+
"type": "array",
|
|
36270
|
+
"items": {
|
|
36271
|
+
"type": "string"
|
|
36272
|
+
}
|
|
36273
|
+
},
|
|
36274
|
+
{
|
|
36275
|
+
"type": "string",
|
|
36276
|
+
"pattern": "(<\\+.+>.*)",
|
|
36277
|
+
"minLength": 1
|
|
36278
|
+
}
|
|
36279
|
+
]
|
|
36280
|
+
},
|
|
36281
|
+
"image": {
|
|
36282
|
+
"type": "string"
|
|
36283
|
+
},
|
|
36284
|
+
"imagePullPolicy": {
|
|
36285
|
+
"oneOf": [
|
|
36286
|
+
{
|
|
36287
|
+
"type": "string",
|
|
36288
|
+
"enum": [
|
|
36289
|
+
"Always",
|
|
36290
|
+
"Never",
|
|
36291
|
+
"IfNotPresent"
|
|
36292
|
+
]
|
|
36293
|
+
},
|
|
36294
|
+
{
|
|
36295
|
+
"type": "string",
|
|
36296
|
+
"pattern": "(<\\+.+>.*)",
|
|
36297
|
+
"minLength": 1
|
|
36298
|
+
}
|
|
36299
|
+
]
|
|
36300
|
+
},
|
|
36301
|
+
"privileged": {
|
|
36302
|
+
"oneOf": [
|
|
36303
|
+
{
|
|
36304
|
+
"type": "boolean"
|
|
36305
|
+
},
|
|
36306
|
+
{
|
|
36307
|
+
"type": "string",
|
|
36308
|
+
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
36309
|
+
"minLength": 1
|
|
36310
|
+
}
|
|
36311
|
+
]
|
|
36312
|
+
},
|
|
36313
|
+
"resources": {
|
|
36314
|
+
"$ref": "#/definitions/pipeline/common/ContainerResource"
|
|
36315
|
+
},
|
|
36316
|
+
"runAsUser": {
|
|
36317
|
+
"oneOf": [
|
|
36318
|
+
{
|
|
36319
|
+
"type": "integer",
|
|
36320
|
+
"format": "int32"
|
|
36321
|
+
},
|
|
36322
|
+
{
|
|
36323
|
+
"type": "string"
|
|
36324
|
+
}
|
|
36325
|
+
]
|
|
36326
|
+
},
|
|
36327
|
+
"preExecution": {
|
|
36328
|
+
"type": "string"
|
|
36329
|
+
},
|
|
36330
|
+
"waitReady": {
|
|
36331
|
+
"oneOf": [
|
|
36332
|
+
{
|
|
36333
|
+
"type": "boolean"
|
|
36334
|
+
},
|
|
36335
|
+
{
|
|
36336
|
+
"type": "string",
|
|
36337
|
+
"pattern": "(<\\+.+>.*)",
|
|
36338
|
+
"minLength": 1
|
|
36339
|
+
}
|
|
36340
|
+
]
|
|
36341
|
+
},
|
|
36342
|
+
"description": {
|
|
36343
|
+
"desc": "This is the description for DeployAwsAgentCoreRevisionStepInfo"
|
|
36344
|
+
}
|
|
36345
|
+
}
|
|
36346
|
+
},
|
|
36074
36347
|
"GoogleCloudRunTrafficShiftStepNode_template": {
|
|
36075
36348
|
"title": "GoogleCloudRunTrafficShiftStepNode_template",
|
|
36076
36349
|
"type": "object",
|
|
@@ -55674,6 +55947,100 @@ const schema = {
|
|
|
55674
55947
|
}
|
|
55675
55948
|
]
|
|
55676
55949
|
},
|
|
55950
|
+
"DeployAwsAgentCoreRevisionStepNode": {
|
|
55951
|
+
"title": "DeployAwsAgentCoreRevisionStepNode",
|
|
55952
|
+
"type": "object",
|
|
55953
|
+
"required": [
|
|
55954
|
+
"identifier",
|
|
55955
|
+
"name",
|
|
55956
|
+
"type"
|
|
55957
|
+
],
|
|
55958
|
+
"properties": {
|
|
55959
|
+
"description": {
|
|
55960
|
+
"type": "string",
|
|
55961
|
+
"desc": "This is the description for DeployAwsAgentCoreRevisionStepNode"
|
|
55962
|
+
},
|
|
55963
|
+
"enforce": {
|
|
55964
|
+
"$ref": "#/definitions/pipeline/common/PolicyConfig"
|
|
55965
|
+
},
|
|
55966
|
+
"failureStrategies": {
|
|
55967
|
+
"oneOf": [
|
|
55968
|
+
{
|
|
55969
|
+
"type": "array",
|
|
55970
|
+
"items": {
|
|
55971
|
+
"$ref": "#/definitions/pipeline/common/FailureStrategyConfig"
|
|
55972
|
+
}
|
|
55973
|
+
},
|
|
55974
|
+
{
|
|
55975
|
+
"type": "string",
|
|
55976
|
+
"pattern": "^<\\+input>$",
|
|
55977
|
+
"minLength": 1
|
|
55978
|
+
}
|
|
55979
|
+
]
|
|
55980
|
+
},
|
|
55981
|
+
"identifier": {
|
|
55982
|
+
"type": "string",
|
|
55983
|
+
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
55984
|
+
},
|
|
55985
|
+
"name": {
|
|
55986
|
+
"type": "string",
|
|
55987
|
+
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
55988
|
+
},
|
|
55989
|
+
"strategy": {
|
|
55990
|
+
"oneOf": [
|
|
55991
|
+
{
|
|
55992
|
+
"$ref": "#/definitions/pipeline/common/StrategyConfig"
|
|
55993
|
+
},
|
|
55994
|
+
{
|
|
55995
|
+
"type": "string",
|
|
55996
|
+
"pattern": "^<\\+input>$",
|
|
55997
|
+
"minLength": 1
|
|
55998
|
+
}
|
|
55999
|
+
]
|
|
56000
|
+
},
|
|
56001
|
+
"timeout": {
|
|
56002
|
+
"type": "string",
|
|
56003
|
+
"pattern": "^(([1-9])+\\d+[s])|(((([1-9])+\\d*[mhwd])+([\\s]?\\d+[smhwd])*)|(.*<\\+.*>(?!.*\\.executionInput\\(\\)).*)|(^$))$"
|
|
56004
|
+
},
|
|
56005
|
+
"type": {
|
|
56006
|
+
"type": "string",
|
|
56007
|
+
"enum": [
|
|
56008
|
+
"DeployAwsAgentCoreRevision"
|
|
56009
|
+
]
|
|
56010
|
+
},
|
|
56011
|
+
"when": {
|
|
56012
|
+
"oneOf": [
|
|
56013
|
+
{
|
|
56014
|
+
"$ref": "#/definitions/pipeline/common/StepWhenCondition"
|
|
56015
|
+
},
|
|
56016
|
+
{
|
|
56017
|
+
"type": "string",
|
|
56018
|
+
"pattern": "^<\\+input>$",
|
|
56019
|
+
"minLength": 1
|
|
56020
|
+
}
|
|
56021
|
+
]
|
|
56022
|
+
}
|
|
56023
|
+
},
|
|
56024
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
56025
|
+
"allOf": [
|
|
56026
|
+
{
|
|
56027
|
+
"if": {
|
|
56028
|
+
"properties": {
|
|
56029
|
+
"type": {
|
|
56030
|
+
"const": "DeployAwsAgentCoreRevision"
|
|
56031
|
+
}
|
|
56032
|
+
}
|
|
56033
|
+
},
|
|
56034
|
+
"then": {
|
|
56035
|
+
"properties": {
|
|
56036
|
+
"spec": {
|
|
56037
|
+
"$ref": "#/definitions/pipeline/steps/cd/DeployAwsAgentCoreRevisionStepInfo"
|
|
56038
|
+
}
|
|
56039
|
+
}
|
|
56040
|
+
}
|
|
56041
|
+
}
|
|
56042
|
+
]
|
|
56043
|
+
},
|
|
55677
56044
|
"GoogleCloudRunTrafficShiftStepNode": {
|
|
55678
56045
|
"title": "GoogleCloudRunTrafficShiftStepNode",
|
|
55679
56046
|
"type": "object",
|
|
@@ -62848,6 +63215,9 @@ const schema = {
|
|
|
62848
63215
|
}
|
|
62849
63216
|
]
|
|
62850
63217
|
},
|
|
63218
|
+
"identities": {
|
|
63219
|
+
"$ref": "#/definitions/pipeline/common/IdentitiesConfig"
|
|
63220
|
+
},
|
|
62851
63221
|
"strategy": {
|
|
62852
63222
|
"oneOf": [
|
|
62853
63223
|
{
|
|
@@ -69022,6 +69392,9 @@ const schema = {
|
|
|
69022
69392
|
"type": "string",
|
|
69023
69393
|
"pattern": "^[a-zA-Z_][0-9a-zA-Z_]{0,127}$"
|
|
69024
69394
|
},
|
|
69395
|
+
"identities": {
|
|
69396
|
+
"$ref": "#/definitions/pipeline/common/IdentitiesConfig"
|
|
69397
|
+
},
|
|
69025
69398
|
"name": {
|
|
69026
69399
|
"type": "string",
|
|
69027
69400
|
"pattern": "^[a-zA-Z_0-9-.][-0-9a-zA-Z_\\s.]{0,127}$"
|
|
@@ -132252,6 +132625,84 @@ const schema = {
|
|
|
132252
132625
|
},
|
|
132253
132626
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
132254
132627
|
},
|
|
132628
|
+
"IdentitiesConfig": {
|
|
132629
|
+
"title": "IdentitiesConfig",
|
|
132630
|
+
"type": "object",
|
|
132631
|
+
"description": "Map of named identities. Each key is a user-defined identity name that doubles as the\nenvironment variable injected into the step, and each value is an IdentitySpec.\nReserved names (HARNESS_*, PATH, HOME, AWS_*/GOOGLE_*/AZURE_*) are not allowed, and a\nstep may declare at most 10 identities.\n",
|
|
132632
|
+
"maxProperties": 10,
|
|
132633
|
+
"propertyNames": {
|
|
132634
|
+
"pattern": "^(?!HARNESS_)(?!AWS_)(?!GOOGLE_)(?!AZURE_)(?!PATH$)(?!HOME$)[A-Za-z_][A-Za-z0-9_]*$"
|
|
132635
|
+
},
|
|
132636
|
+
"additionalProperties": {
|
|
132637
|
+
"$ref": "#/definitions/pipeline/common/IdentitySpec"
|
|
132638
|
+
},
|
|
132639
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
132640
|
+
},
|
|
132641
|
+
"IdentitySpec": {
|
|
132642
|
+
"title": "IdentitySpec",
|
|
132643
|
+
"type": "object",
|
|
132644
|
+
"description": "Definition of a single named identity that produces an independent OIDC ID_TOKEN.\nThe identity name (the map key under identities) doubles as the environment variable\nthe step receives at runtime.\n",
|
|
132645
|
+
"properties": {
|
|
132646
|
+
"audiences": {
|
|
132647
|
+
"description": "Audiences (aud) the minted ID_TOKEN is issued for.",
|
|
132648
|
+
"oneOf": [
|
|
132649
|
+
{
|
|
132650
|
+
"type": "array",
|
|
132651
|
+
"items": {
|
|
132652
|
+
"type": "string"
|
|
132653
|
+
}
|
|
132654
|
+
},
|
|
132655
|
+
{
|
|
132656
|
+
"type": "string",
|
|
132657
|
+
"pattern": "^<\\+input>((\\.)((executionInput\\(\\))|(allowedValues|selectOneFrom|selectManyFrom|default|regex)\\(.+?\\)))*$",
|
|
132658
|
+
"minLength": 1
|
|
132659
|
+
}
|
|
132660
|
+
]
|
|
132661
|
+
},
|
|
132662
|
+
"subjectTemplate": {
|
|
132663
|
+
"description": "Template for the sub claim. Supports literals and allowlisted Harness expressions\n(e.g. <+account.identifier>, <+pipeline.identifier>, <+step.identifier>).\n",
|
|
132664
|
+
"type": "string"
|
|
132665
|
+
},
|
|
132666
|
+
"customClaims": {
|
|
132667
|
+
"description": "Additional custom claims stamped on this identity's token.",
|
|
132668
|
+
"type": "object",
|
|
132669
|
+
"additionalProperties": {
|
|
132670
|
+
"type": "string"
|
|
132671
|
+
}
|
|
132672
|
+
},
|
|
132673
|
+
"scope": {
|
|
132674
|
+
"description": "Visibility scope of the identity. Step-level entries default to STEP.",
|
|
132675
|
+
"type": "string",
|
|
132676
|
+
"enum": [
|
|
132677
|
+
"STEP",
|
|
132678
|
+
"STAGE",
|
|
132679
|
+
"PIPELINE"
|
|
132680
|
+
]
|
|
132681
|
+
},
|
|
132682
|
+
"disabled": {
|
|
132683
|
+
"description": "When true, suppresses this identity (not generated, not injected).",
|
|
132684
|
+
"oneOf": [
|
|
132685
|
+
{
|
|
132686
|
+
"type": "boolean"
|
|
132687
|
+
},
|
|
132688
|
+
{
|
|
132689
|
+
"type": "string",
|
|
132690
|
+
"pattern": "^<\\+input>$",
|
|
132691
|
+
"minLength": 1
|
|
132692
|
+
}
|
|
132693
|
+
]
|
|
132694
|
+
},
|
|
132695
|
+
"tokenMode": {
|
|
132696
|
+
"description": "Token exchange mode for this identity.",
|
|
132697
|
+
"type": "string",
|
|
132698
|
+
"enum": [
|
|
132699
|
+
"STANDARD",
|
|
132700
|
+
"CLIENT_ASSERTION"
|
|
132701
|
+
]
|
|
132702
|
+
}
|
|
132703
|
+
},
|
|
132704
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
132705
|
+
},
|
|
132255
132706
|
"DBDevOpsFailureStrategyConfig": {
|
|
132256
132707
|
"title": "DBDevOpsFailureStrategyConfig",
|
|
132257
132708
|
"type": "object",
|
|
@@ -134419,6 +134870,9 @@ const schema = {
|
|
|
134419
134870
|
{
|
|
134420
134871
|
"$ref": "#/definitions/pipeline/steps/cd/RollbackGoogleAgentRuntimeRevisionStepNode"
|
|
134421
134872
|
},
|
|
134873
|
+
{
|
|
134874
|
+
"$ref": "#/definitions/pipeline/steps/cd/DeployAwsAgentCoreRevisionStepNode"
|
|
134875
|
+
},
|
|
134422
134876
|
{
|
|
134423
134877
|
"$ref": "#/definitions/pipeline/steps/cd/GoogleCloudRunTrafficShiftStepNode"
|
|
134424
134878
|
},
|
|
@@ -146534,6 +146988,9 @@ const schema = {
|
|
|
146534
146988
|
{
|
|
146535
146989
|
"$ref": "#/definitions/pipeline/steps/cd/RollbackGoogleAgentRuntimeRevisionStepNode"
|
|
146536
146990
|
},
|
|
146991
|
+
{
|
|
146992
|
+
"$ref": "#/definitions/pipeline/steps/cd/DeployAwsAgentCoreRevisionStepNode"
|
|
146993
|
+
},
|
|
146537
146994
|
{
|
|
146538
146995
|
"$ref": "#/definitions/pipeline/steps/cd/GoogleCloudRunTrafficShiftStepNode"
|
|
146539
146996
|
},
|