@f5xc-salesdemos/xcsh 19.18.0 → 19.18.1
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@f5xc-salesdemos/xcsh",
|
|
4
|
-
"version": "19.18.
|
|
4
|
+
"version": "19.18.1",
|
|
5
5
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
6
6
|
"homepage": "https://github.com/f5xc-salesdemos/xcsh",
|
|
7
7
|
"author": "Can Boluk",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@agentclientprotocol/sdk": "0.16.1",
|
|
52
52
|
"@mozilla/readability": "^0.6",
|
|
53
|
-
"@f5xc-salesdemos/xcsh-stats": "19.18.
|
|
54
|
-
"@f5xc-salesdemos/pi-agent-core": "19.18.
|
|
55
|
-
"@f5xc-salesdemos/pi-ai": "19.18.
|
|
56
|
-
"@f5xc-salesdemos/pi-natives": "19.18.
|
|
57
|
-
"@f5xc-salesdemos/pi-tui": "19.18.
|
|
58
|
-
"@f5xc-salesdemos/pi-utils": "19.18.
|
|
53
|
+
"@f5xc-salesdemos/xcsh-stats": "19.18.1",
|
|
54
|
+
"@f5xc-salesdemos/pi-agent-core": "19.18.1",
|
|
55
|
+
"@f5xc-salesdemos/pi-ai": "19.18.1",
|
|
56
|
+
"@f5xc-salesdemos/pi-natives": "19.18.1",
|
|
57
|
+
"@f5xc-salesdemos/pi-tui": "19.18.1",
|
|
58
|
+
"@f5xc-salesdemos/pi-utils": "19.18.1",
|
|
59
59
|
"@sinclair/typebox": "^0.34",
|
|
60
60
|
"@xterm/headless": "^6.0",
|
|
61
61
|
"ajv": "^8.20",
|
|
@@ -16,7 +16,7 @@ import { getExtensionNameFromPath } from "../../discovery/helpers";
|
|
|
16
16
|
import type { ExecOptions } from "../../exec/exec";
|
|
17
17
|
import { execCommand } from "../../exec/exec";
|
|
18
18
|
import type { ProfileCollector } from "../../internal-urls/profile-collectors";
|
|
19
|
-
import { registerProfileCollector as
|
|
19
|
+
import { registerProfileCollector as addProfileCollector } from "../../internal-urls/profile-collectors";
|
|
20
20
|
import type { CustomMessage } from "../../session/messages";
|
|
21
21
|
import { EventBus } from "../../utils/event-bus";
|
|
22
22
|
import { getAllPluginExtensionPaths } from "../plugins/loader";
|
|
@@ -184,7 +184,7 @@ class ConcreteExtensionAPI implements ExtensionAPI, IExtensionRuntime {
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
registerProfileCollector(collector: ProfileCollector): void {
|
|
187
|
-
|
|
187
|
+
addProfileCollector(collector);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
getFlag(name: string): boolean | string | undefined {
|
|
@@ -17,17 +17,17 @@ export interface BuildInfo {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
export const BUILD_INFO: BuildInfo = {
|
|
20
|
-
"version": "19.18.
|
|
21
|
-
"commit": "
|
|
22
|
-
"shortCommit": "
|
|
20
|
+
"version": "19.18.1",
|
|
21
|
+
"commit": "ec1490fb957e0ae1a5a7f5feada6e80449b65ff5",
|
|
22
|
+
"shortCommit": "ec1490f",
|
|
23
23
|
"branch": "main",
|
|
24
|
-
"tag": "v19.18.
|
|
25
|
-
"commitDate": "2026-06-
|
|
26
|
-
"buildDate": "2026-06-
|
|
24
|
+
"tag": "v19.18.1",
|
|
25
|
+
"commitDate": "2026-06-08T18:02:23Z",
|
|
26
|
+
"buildDate": "2026-06-08T18:27:58.930Z",
|
|
27
27
|
"dirty": true,
|
|
28
28
|
"prNumber": "",
|
|
29
29
|
"repoUrl": "https://github.com/f5xc-salesdemos/xcsh",
|
|
30
30
|
"repoSlug": "f5xc-salesdemos/xcsh",
|
|
31
|
-
"commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/
|
|
32
|
-
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.18.
|
|
31
|
+
"commitUrl": "https://github.com/f5xc-salesdemos/xcsh/commit/ec1490fb957e0ae1a5a7f5feada6e80449b65ff5",
|
|
32
|
+
"releaseUrl": "https://github.com/f5xc-salesdemos/xcsh/releases/tag/v19.18.1"
|
|
33
33
|
};
|
|
@@ -21,7 +21,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
21
21
|
name: "Security",
|
|
22
22
|
slug: "security",
|
|
23
23
|
description: "WAF, bot defense, rate limiting, firewall policies, and security controls",
|
|
24
|
-
resource_count:
|
|
24
|
+
resource_count: 26,
|
|
25
25
|
resources: [
|
|
26
26
|
"app_firewall",
|
|
27
27
|
"alert_policy",
|
|
@@ -32,6 +32,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
32
32
|
"fast_acl",
|
|
33
33
|
"fast_acl_rule",
|
|
34
34
|
"forward_proxy_policy",
|
|
35
|
+
"k8s_pod_security_policy",
|
|
35
36
|
"malicious_user_mitigation",
|
|
36
37
|
"nat_policy",
|
|
37
38
|
"network_firewall",
|
|
@@ -55,7 +56,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
55
56
|
name: "Networking",
|
|
56
57
|
slug: "networking",
|
|
57
58
|
description: "Virtual networks, BGP, cloud connectivity, tunnels, and network interfaces",
|
|
58
|
-
resource_count:
|
|
59
|
+
resource_count: 19,
|
|
59
60
|
resources: [
|
|
60
61
|
"bgp",
|
|
61
62
|
"bgp_asn_set",
|
|
@@ -72,6 +73,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
72
73
|
"policy_based_routing",
|
|
73
74
|
"proxy",
|
|
74
75
|
"segment",
|
|
76
|
+
"srv6_network_slice",
|
|
75
77
|
"subnet",
|
|
76
78
|
"tunnel",
|
|
77
79
|
"virtual_network",
|
|
@@ -104,7 +106,7 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
104
106
|
name: "Sites",
|
|
105
107
|
slug: "sites",
|
|
106
108
|
description: "AWS/Azure/GCP VPC sites, SecureMesh, VoltStack, and site mesh groups",
|
|
107
|
-
resource_count:
|
|
109
|
+
resource_count: 11,
|
|
108
110
|
resources: [
|
|
109
111
|
"aws_tgw_site",
|
|
110
112
|
"aws_vpc_site",
|
|
@@ -112,12 +114,29 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
112
114
|
"fleet",
|
|
113
115
|
"gcp_vpc_site",
|
|
114
116
|
"securemesh_site",
|
|
117
|
+
"securemesh_site_v2",
|
|
115
118
|
"site",
|
|
116
119
|
"site_mesh_group",
|
|
117
120
|
"virtual_site",
|
|
118
121
|
"voltstack_site",
|
|
119
122
|
],
|
|
120
123
|
},
|
|
124
|
+
{
|
|
125
|
+
name: "Kubernetes",
|
|
126
|
+
slug: "kubernetes",
|
|
127
|
+
description: "Container registries, workloads, and Kubernetes integrations",
|
|
128
|
+
resource_count: 8,
|
|
129
|
+
resources: [
|
|
130
|
+
"container_registry",
|
|
131
|
+
"k8s_cluster",
|
|
132
|
+
"k8s_cluster_role",
|
|
133
|
+
"k8s_cluster_role_binding",
|
|
134
|
+
"k8s_pod_security_admission",
|
|
135
|
+
"virtual_k8s",
|
|
136
|
+
"workload",
|
|
137
|
+
"workload_flavor",
|
|
138
|
+
],
|
|
139
|
+
},
|
|
121
140
|
{
|
|
122
141
|
name: "API Security",
|
|
123
142
|
slug: "api-security",
|
|
@@ -125,6 +144,13 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
125
144
|
resource_count: 5,
|
|
126
145
|
resources: ["api_crawler", "api_definition", "api_discovery", "api_testing", "app_api_group"],
|
|
127
146
|
},
|
|
147
|
+
{
|
|
148
|
+
name: "Applications",
|
|
149
|
+
slug: "applications",
|
|
150
|
+
description: "Application settings, types, discovery, and filtering",
|
|
151
|
+
resource_count: 4,
|
|
152
|
+
resources: ["app_setting", "app_type", "discovery", "filter_set"],
|
|
153
|
+
},
|
|
128
154
|
{
|
|
129
155
|
name: "Certificates",
|
|
130
156
|
slug: "certificates",
|
|
@@ -132,6 +158,13 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
132
158
|
resource_count: 4,
|
|
133
159
|
resources: ["certificate", "certificate_chain", "crl", "trusted_ca_list"],
|
|
134
160
|
},
|
|
161
|
+
{
|
|
162
|
+
name: "VPN",
|
|
163
|
+
slug: "vpn",
|
|
164
|
+
description: "VPN and IPSec configuration",
|
|
165
|
+
resource_count: 4,
|
|
166
|
+
resources: ["ike1", "ike2", "ike_phase1_profile", "ike_phase2_profile"],
|
|
167
|
+
},
|
|
135
168
|
{
|
|
136
169
|
name: "Monitoring",
|
|
137
170
|
slug: "monitoring",
|
|
@@ -139,13 +172,6 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
139
172
|
resource_count: 4,
|
|
140
173
|
resources: ["alert_receiver", "apm", "global_log_receiver", "log_receiver"],
|
|
141
174
|
},
|
|
142
|
-
{
|
|
143
|
-
name: "Applications",
|
|
144
|
-
slug: "applications",
|
|
145
|
-
description: "Application settings, types, discovery, and filtering",
|
|
146
|
-
resource_count: 4,
|
|
147
|
-
resources: ["app_setting", "app_type", "discovery", "filter_set"],
|
|
148
|
-
},
|
|
149
175
|
{
|
|
150
176
|
name: "Authentication",
|
|
151
177
|
slug: "authentication",
|
|
@@ -154,11 +180,11 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
154
180
|
resources: ["authentication", "cloud_credentials", "secret_management_access"],
|
|
155
181
|
},
|
|
156
182
|
{
|
|
157
|
-
name: "
|
|
158
|
-
slug: "
|
|
159
|
-
description: "
|
|
183
|
+
name: "DNS",
|
|
184
|
+
slug: "dns",
|
|
185
|
+
description: "DNS domains, zones, compliance checks, and DNS proxy configuration",
|
|
160
186
|
resource_count: 3,
|
|
161
|
-
resources: ["
|
|
187
|
+
resources: ["dns_compliance_checks", "dns_domain", "dns_proxy"],
|
|
162
188
|
},
|
|
163
189
|
{
|
|
164
190
|
name: "BIG-IP Integration",
|
|
@@ -168,18 +194,11 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
168
194
|
resources: ["bigip_http_proxy", "data_group", "irule"],
|
|
169
195
|
},
|
|
170
196
|
{
|
|
171
|
-
name: "
|
|
172
|
-
slug: "
|
|
173
|
-
description: "
|
|
174
|
-
resource_count: 3,
|
|
175
|
-
resources: ["dns_compliance_checks", "dns_domain", "dns_proxy"],
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
name: "Uncategorized",
|
|
179
|
-
slug: "uncategorized",
|
|
180
|
-
description: "Resources pending categorization",
|
|
197
|
+
name: "Cloud Resources",
|
|
198
|
+
slug: "cloud-resources",
|
|
199
|
+
description: "Cloud elastic IPs, address allocators, and geo-location resources",
|
|
181
200
|
resource_count: 2,
|
|
182
|
-
resources: ["
|
|
201
|
+
resources: ["address_allocator", "cloud_elastic_ip"],
|
|
183
202
|
},
|
|
184
203
|
{
|
|
185
204
|
name: "Organization",
|
|
@@ -189,11 +208,11 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
189
208
|
resources: ["namespace", "tenant_configuration"],
|
|
190
209
|
},
|
|
191
210
|
{
|
|
192
|
-
name: "
|
|
193
|
-
slug: "
|
|
194
|
-
description: "
|
|
211
|
+
name: "Uncategorized",
|
|
212
|
+
slug: "uncategorized",
|
|
213
|
+
description: "Resources pending categorization",
|
|
195
214
|
resource_count: 2,
|
|
196
|
-
resources: ["
|
|
215
|
+
resources: ["application_profiles", "authorization_server"],
|
|
197
216
|
},
|
|
198
217
|
{
|
|
199
218
|
name: "Integrations",
|
|
@@ -202,13 +221,6 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
202
221
|
resource_count: 1,
|
|
203
222
|
resources: ["code_base_integration"],
|
|
204
223
|
},
|
|
205
|
-
{
|
|
206
|
-
name: "Subscriptions",
|
|
207
|
-
slug: "subscriptions",
|
|
208
|
-
description: "Cloud subscription management and metering",
|
|
209
|
-
resource_count: 1,
|
|
210
|
-
resources: ["cminstance"],
|
|
211
|
-
},
|
|
212
224
|
{
|
|
213
225
|
name: "Service Mesh",
|
|
214
226
|
slug: "service-mesh",
|
|
@@ -216,6 +228,13 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
216
228
|
resource_count: 1,
|
|
217
229
|
resources: ["policer"],
|
|
218
230
|
},
|
|
231
|
+
{
|
|
232
|
+
name: "Subscriptions",
|
|
233
|
+
slug: "subscriptions",
|
|
234
|
+
description: "Cloud subscription management and metering",
|
|
235
|
+
resource_count: 1,
|
|
236
|
+
resources: ["cminstance"],
|
|
237
|
+
},
|
|
219
238
|
],
|
|
220
239
|
resources: {
|
|
221
240
|
address_allocator: {
|
|
@@ -1032,6 +1051,50 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1032
1051
|
},
|
|
1033
1052
|
import_syntax: "terraform import f5xc_http_loadbalancer.example namespace/name",
|
|
1034
1053
|
},
|
|
1054
|
+
ike1: {
|
|
1055
|
+
category: "vpn",
|
|
1056
|
+
description: "Ike phase1 profile specification. configuration",
|
|
1057
|
+
required: ["name", "namespace"],
|
|
1058
|
+
minimal_config:
|
|
1059
|
+
'resource "f5xc_ike1" "example" {\n name = "example-ike1"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n ike_keylifetime_hours {\n }\n ike_keylifetime_minutes {\n }\n reauth_disabled {\n }\n}',
|
|
1060
|
+
dependencies: {
|
|
1061
|
+
requires: [],
|
|
1062
|
+
},
|
|
1063
|
+
import_syntax: "terraform import f5xc_ike1.example namespace/name",
|
|
1064
|
+
},
|
|
1065
|
+
ike2: {
|
|
1066
|
+
category: "vpn",
|
|
1067
|
+
description: "Ike phase2 profile specification. configuration",
|
|
1068
|
+
required: ["name", "namespace"],
|
|
1069
|
+
minimal_config:
|
|
1070
|
+
'resource "f5xc_ike2" "example" {\n name = "example-ike2"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n dh_group_set {\n }\n disable_pfs {\n }\n ike_keylifetime_hours {\n }\n}',
|
|
1071
|
+
dependencies: {
|
|
1072
|
+
requires: [],
|
|
1073
|
+
},
|
|
1074
|
+
import_syntax: "terraform import f5xc_ike2.example namespace/name",
|
|
1075
|
+
},
|
|
1076
|
+
ike_phase1_profile: {
|
|
1077
|
+
category: "vpn",
|
|
1078
|
+
description: "Ike phase1 profile specification. configuration",
|
|
1079
|
+
required: ["name", "namespace"],
|
|
1080
|
+
minimal_config:
|
|
1081
|
+
'resource "f5xc_ike_phase1_profile" "example" {\n name = "example-ike-phase1-profile"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n ike_keylifetime_hours {\n }\n ike_keylifetime_minutes {\n }\n reauth_disabled {\n }\n}',
|
|
1082
|
+
dependencies: {
|
|
1083
|
+
requires: [],
|
|
1084
|
+
},
|
|
1085
|
+
import_syntax: "terraform import f5xc_ike_phase1_profile.example namespace/name",
|
|
1086
|
+
},
|
|
1087
|
+
ike_phase2_profile: {
|
|
1088
|
+
category: "vpn",
|
|
1089
|
+
description: "Ike phase2 profile specification. configuration",
|
|
1090
|
+
required: ["name", "namespace"],
|
|
1091
|
+
minimal_config:
|
|
1092
|
+
'resource "f5xc_ike_phase2_profile" "example" {\n name = "example-ike-phase2-profile"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n dh_group_set {\n }\n disable_pfs {\n }\n ike_keylifetime_hours {\n }\n}',
|
|
1093
|
+
dependencies: {
|
|
1094
|
+
requires: [],
|
|
1095
|
+
},
|
|
1096
|
+
import_syntax: "terraform import f5xc_ike_phase2_profile.example namespace/name",
|
|
1097
|
+
},
|
|
1035
1098
|
ip_prefix_set: {
|
|
1036
1099
|
category: "networking",
|
|
1037
1100
|
description: "Ip_prefix_set creates a new object in the storage backend for metadata.namespace",
|
|
@@ -1054,6 +1117,74 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1054
1117
|
},
|
|
1055
1118
|
import_syntax: "terraform import f5xc_irule.example namespace/name",
|
|
1056
1119
|
},
|
|
1120
|
+
k8s_cluster: {
|
|
1121
|
+
category: "kubernetes",
|
|
1122
|
+
description: "K8s_cluster will create the object in the storage backend for namespace metadata.namespace",
|
|
1123
|
+
required: ["name", "namespace"],
|
|
1124
|
+
server_defaults: [
|
|
1125
|
+
"cluster_scoped_access_deny",
|
|
1126
|
+
"no_cluster_wide_apps",
|
|
1127
|
+
"no_global_access",
|
|
1128
|
+
"no_insecure_registries",
|
|
1129
|
+
"no_local_access",
|
|
1130
|
+
"use_default_cluster_role_bindings",
|
|
1131
|
+
"use_default_cluster_roles",
|
|
1132
|
+
"use_default_psp",
|
|
1133
|
+
"vk8s_namespace_access_deny",
|
|
1134
|
+
],
|
|
1135
|
+
minimal_config:
|
|
1136
|
+
'resource "f5xc_k8s_cluster" "example" {\n name = "example-k8s-cluster"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n use_custom_cluster_role_bindings {\n cluster_role_bindings {\n name = "admin-binding"\n namespace = "staging"\n }\n }\n\n cluster_wide_app_list {\n cluster_wide_apps {\n name = "nginx-ingress"\n namespace = "staging"\n }\n }\n\n local_access_config {\n local_domain = "cluster.local"\n default_port {}\n }\n\n global_access_enable {}\n}',
|
|
1137
|
+
dependencies: {
|
|
1138
|
+
requires: [],
|
|
1139
|
+
},
|
|
1140
|
+
import_syntax: "terraform import f5xc_k8s_cluster.example namespace/name",
|
|
1141
|
+
},
|
|
1142
|
+
k8s_cluster_role: {
|
|
1143
|
+
category: "kubernetes",
|
|
1144
|
+
description: "K8s_cluster_role will create the object in the storage backend for namespace metadata.namespace",
|
|
1145
|
+
required: ["name", "namespace"],
|
|
1146
|
+
minimal_config:
|
|
1147
|
+
'resource "f5xc_k8s_cluster_role" "example" {\n name = "example-k8s-cluster-role"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n k8s_cluster_role_selector {\n }\n policy_rule_list {\n }\n policy_rule {\n }\n}',
|
|
1148
|
+
dependencies: {
|
|
1149
|
+
requires: [],
|
|
1150
|
+
},
|
|
1151
|
+
import_syntax: "terraform import f5xc_k8s_cluster_role.example namespace/name",
|
|
1152
|
+
},
|
|
1153
|
+
k8s_cluster_role_binding: {
|
|
1154
|
+
category: "kubernetes",
|
|
1155
|
+
description:
|
|
1156
|
+
"K8s_cluster_role_binding will create the object in the storage backend for namespace metadata.namespace",
|
|
1157
|
+
required: ["name", "namespace"],
|
|
1158
|
+
minimal_config:
|
|
1159
|
+
'resource "f5xc_k8s_cluster_role_binding" "example" {\n name = "example-k8s-cluster-role-binding"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n subjects {\n }\n service_account {\n }\n k8s_cluster_role {\n }\n}',
|
|
1160
|
+
dependencies: {
|
|
1161
|
+
requires: [],
|
|
1162
|
+
},
|
|
1163
|
+
import_syntax: "terraform import f5xc_k8s_cluster_role_binding.example namespace/name",
|
|
1164
|
+
},
|
|
1165
|
+
k8s_pod_security_admission: {
|
|
1166
|
+
category: "kubernetes",
|
|
1167
|
+
description: "K8s_pod_security_admission will create the object in the storage backend",
|
|
1168
|
+
required: ["name", "namespace"],
|
|
1169
|
+
minimal_config:
|
|
1170
|
+
'resource "f5xc_k8s_pod_security_admission" "example" {\n name = "example-k8s-pod-security-admission"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n pod_security_admission_specs {\n }\n audit {\n }\n baseline {\n }\n}',
|
|
1171
|
+
dependencies: {
|
|
1172
|
+
requires: [],
|
|
1173
|
+
},
|
|
1174
|
+
import_syntax: "terraform import f5xc_k8s_pod_security_admission.example namespace/name",
|
|
1175
|
+
},
|
|
1176
|
+
k8s_pod_security_policy: {
|
|
1177
|
+
category: "security",
|
|
1178
|
+
description:
|
|
1179
|
+
"K8s_pod_security_policy will create the object in the storage backend for namespace metadata.namespace",
|
|
1180
|
+
required: ["name", "namespace"],
|
|
1181
|
+
minimal_config:
|
|
1182
|
+
'resource "f5xc_k8s_pod_security_policy" "example" {\n name = "example-k8s-pod-security-policy"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n psp_spec {\n }\n allowed_capabilities {\n }\n allowed_host_paths {\n }\n}',
|
|
1183
|
+
dependencies: {
|
|
1184
|
+
requires: [],
|
|
1185
|
+
},
|
|
1186
|
+
import_syntax: "terraform import f5xc_k8s_pod_security_policy.example namespace/name",
|
|
1187
|
+
},
|
|
1057
1188
|
log_receiver: {
|
|
1058
1189
|
category: "monitoring",
|
|
1059
1190
|
description: "New Log Receiver object",
|
|
@@ -1382,6 +1513,17 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1382
1513
|
},
|
|
1383
1514
|
import_syntax: "terraform import f5xc_securemesh_site.example namespace/name",
|
|
1384
1515
|
},
|
|
1516
|
+
securemesh_site_v2: {
|
|
1517
|
+
category: "sites",
|
|
1518
|
+
description: "Deploying secure mesh edge sites with enhanced security and networking features",
|
|
1519
|
+
required: ["name", "namespace"],
|
|
1520
|
+
minimal_config:
|
|
1521
|
+
'resource "f5xc_securemesh_site_v2" "example" {\n name = "example-securemesh-site-v2"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n performance_enhancement_mode {\n }\n perf_mode_l3_enhanced {\n }\n jumbo {\n }\n}',
|
|
1522
|
+
dependencies: {
|
|
1523
|
+
requires: [],
|
|
1524
|
+
},
|
|
1525
|
+
import_syntax: "terraform import f5xc_securemesh_site_v2.example namespace/name",
|
|
1526
|
+
},
|
|
1385
1527
|
segment: {
|
|
1386
1528
|
category: "networking",
|
|
1387
1529
|
description: "Segment. configuration",
|
|
@@ -1459,6 +1601,23 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1459
1601
|
},
|
|
1460
1602
|
import_syntax: "terraform import f5xc_site_mesh_group.example namespace/name",
|
|
1461
1603
|
},
|
|
1604
|
+
srv6_network_slice: {
|
|
1605
|
+
category: "networking",
|
|
1606
|
+
description: "Srv6_network_slice creates a new object in the storage backend for metadata.namespace",
|
|
1607
|
+
required: [
|
|
1608
|
+
"name",
|
|
1609
|
+
"namespace",
|
|
1610
|
+
"connect_to_access_networks",
|
|
1611
|
+
"connect_to_enterprise_networks",
|
|
1612
|
+
"connect_to_internet",
|
|
1613
|
+
],
|
|
1614
|
+
minimal_config:
|
|
1615
|
+
'resource "f5xc_srv6_network_slice" "example" {\n name = "example-srv6-network-slice"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n}',
|
|
1616
|
+
dependencies: {
|
|
1617
|
+
requires: [],
|
|
1618
|
+
},
|
|
1619
|
+
import_syntax: "terraform import f5xc_srv6_network_slice.example namespace/name",
|
|
1620
|
+
},
|
|
1462
1621
|
subnet: {
|
|
1463
1622
|
category: "networking",
|
|
1464
1623
|
description:
|
|
@@ -1588,6 +1747,17 @@ export const TERRAFORM_INDEX: TerraformIndex = {
|
|
|
1588
1747
|
},
|
|
1589
1748
|
import_syntax: "terraform import f5xc_virtual_host.example namespace/name",
|
|
1590
1749
|
},
|
|
1750
|
+
virtual_k8s: {
|
|
1751
|
+
category: "kubernetes",
|
|
1752
|
+
description: "Virtual_k8s will create the object in the storage backend for namespace metadata.namespace",
|
|
1753
|
+
required: ["name", "namespace"],
|
|
1754
|
+
minimal_config:
|
|
1755
|
+
'resource "f5xc_virtual_k8s" "example" {\n name = "example-virtual-k8s"\n namespace = "staging"\n\n labels = {\n environment = "production"\n managed_by = "terraform"\n }\n\n annotations = {\n "owner" = "platform-team"\n }\n\n default_flavor_ref {\n }\n disabled {\n }\n isolated {\n }\n}',
|
|
1756
|
+
dependencies: {
|
|
1757
|
+
requires: [],
|
|
1758
|
+
},
|
|
1759
|
+
import_syntax: "terraform import f5xc_virtual_k8s.example namespace/name",
|
|
1760
|
+
},
|
|
1591
1761
|
virtual_network: {
|
|
1592
1762
|
category: "networking",
|
|
1593
1763
|
description: "Virtual network in given namespace",
|