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: ibm_catalog.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1418,8 +1418,8 @@
1418
1418
},
1419
1419
{
1420
1420
"key": "enable_cos",
1421
-
"type": "string",
1422
-
"default_value": "",
1421
+
"type": "boolean",
1422
+
"default_value": false,
1423
1423
"description": "Set to `true` to enable the new COS integration.",
1424
1424
"required": false
1425
1425
},
@@ -2114,14 +2114,14 @@
2114
2114
{
2115
2115
"key": "use_legacy_cos_tool",
2116
2116
"type": "boolean",
2117
-
"default_value": true,
2117
+
"default_value": false,
2118
2118
"description": "The custom tool integration is being replaced with the new COS tool integration. To continue using the legacy tool. Set the value to `true`. See `enable_cos`",
2119
2119
"required": false
2120
2120
},
2121
2121
{
2122
2122
"key": "use_legacy_ref",
2123
2123
"type": "boolean",
2124
-
"default_value": true,
2124
+
"default_value": false,
2125
2125
"description": "Set to `true` to use the legacy secret reference format for Secrets Manager secrets.",
2126
2126
"required": false
2127
2127
},
@@ -3614,8 +3614,8 @@
3614
3614
},
3615
3615
{
3616
3616
"key": "enable_cos",
3617
-
"type": "string",
3618
-
"default_value": "",
3617
+
"type": "boolean",
3618
+
"default_value": false,
3619
3619
"description": "Set to `true` to enable the new COS integration.",
3620
3620
"required": false
3621
3621
},
@@ -4310,14 +4310,14 @@
4310
4310
{
4311
4311
"key": "use_legacy_cos_tool",
4312
4312
"type": "boolean",
4313
-
"default_value": true,
4313
+
"default_value": false,
4314
4314
"description": "The custom tool integration is being replaced with the new COS tool integration. To continue using the legacy tool. Set the value to `true`. See `enable_cos`",
4315
4315
"required": false
4316
4316
},
4317
4317
{
4318
4318
"key": "use_legacy_ref",
4319
4319
"type": "boolean",
4320
-
"default_value": true,
4320
+
"default_value": false,
4321
4321
"description": "Set to `true` to use the legacy secret reference format for Secrets Manager secrets.",
0 commit comments