@robinmordasiewicz/f5xc-terraform-mcp 2.14.10 β 2.15.0
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/LICENSE +21 -0
- package/README.md +97 -290
- package/dist/docs/data-sources/dns_zone.md +2 -2
- package/dist/docs/resources/api_credential.md +2 -2
- package/dist/docs/resources/child_tenant.md +2 -2
- package/dist/docs/resources/dns_zone.md +443 -306
- package/dist/index.d.ts +14 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +83 -1058
- package/dist/index.js.map +1 -1
- package/dist/schemas/common.d.ts +180 -0
- package/dist/schemas/common.d.ts.map +1 -0
- package/dist/schemas/common.js +230 -0
- package/dist/schemas/common.js.map +1 -0
- package/dist/schemas/index.d.ts +13 -13
- package/dist/tools/addon.d.ts +19 -0
- package/dist/tools/addon.d.ts.map +1 -0
- package/dist/tools/addon.js +219 -0
- package/dist/tools/addon.js.map +1 -0
- package/dist/tools/api.d.ts +20 -0
- package/dist/tools/api.d.ts.map +1 -0
- package/dist/tools/api.js +281 -0
- package/dist/tools/api.js.map +1 -0
- package/dist/tools/discover.d.ts +18 -0
- package/dist/tools/discover.d.ts.map +1 -0
- package/dist/tools/discover.js +190 -0
- package/dist/tools/discover.js.map +1 -0
- package/dist/tools/docs.d.ts +18 -0
- package/dist/tools/docs.d.ts.map +1 -0
- package/dist/tools/docs.js +158 -0
- package/dist/tools/docs.js.map +1 -0
- package/dist/tools/subscription.d.ts +18 -0
- package/dist/tools/subscription.d.ts.map +1 -0
- package/dist/tools/subscription.js +225 -0
- package/dist/tools/subscription.js.map +1 -0
- package/package.json +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 MCP Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,346 +1,153 @@
|
|
|
1
|
-
#
|
|
1
|
+
# MCP Registry
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The MCP registry provides MCP clients with a list of MCP servers, like an app store for MCP servers.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[**π€ Publish my MCP server**](docs/modelcontextprotocol-io/quickstart.mdx) | [**β‘οΈ Live API docs**](https://registry.modelcontextprotocol.io/docs) | [**π Ecosystem vision**](docs/design/ecosystem-vision.md) | π **[Full documentation](./docs)**
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
- **270+ OpenAPI Specifications**: Full F5XC API specifications for all services
|
|
9
|
-
- **Intelligent Search**: Search across documentation and API specs with relevance scoring
|
|
10
|
-
- **Schema Exploration**: Browse and query API schema definitions
|
|
11
|
-
- **Endpoint Discovery**: Find API endpoints by pattern across all specifications
|
|
7
|
+
## Development Status
|
|
12
8
|
|
|
13
|
-
|
|
9
|
+
**2025-10-24 update**: The Registry API has entered an **API freeze (v0.1)** π. For the next month or more, the API will remain stable with no breaking changes, allowing integrators to confidently implement support. This freeze applies to v0.1 while development continues on v0. We'll use this period to validate the API in real-world integrations and gather feedback to shape v1 for general availability. Thank you to everyone for your contributions and patienceβyour involvement has been key to getting us here!
|
|
14
10
|
|
|
15
|
-
|
|
11
|
+
**2025-09-08 update**: The registry has launched in preview π ([announcement blog post](https://blog.modelcontextprotocol.io/posts/2025-09-08-mcp-registry-preview/)). While the system is now more stable, this is still a preview release and breaking changes or data resets may occur. A general availability (GA) release will follow later. We'd love your feedback in [GitHub discussions](https://github.com/modelcontextprotocol/registry/discussions/new?category=ideas) or in the [#registry-dev Discord](https://discord.com/channels/1358869848138059966/1369487942862504016) ([joining details here](https://modelcontextprotocol.io/community/communication)).
|
|
16
12
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
| [From Source](#from-source) | Contributors | Node.js 18+, npm |
|
|
13
|
+
Current key maintainers:
|
|
14
|
+
- **Adam Jones** (Anthropic) [@domdomegg](https://github.com/domdomegg)
|
|
15
|
+
- **Tadas Antanavicius** (PulseMCP) [@tadasant](https://github.com/tadasant)
|
|
16
|
+
- **Toby Padilla** (GitHub) [@toby](https://github.com/toby)
|
|
17
|
+
- **Radoslav (Rado) Dimitrov** (Stacklok) [@rdimitrov](https://github.com/rdimitrov)
|
|
23
18
|
|
|
24
|
-
|
|
19
|
+
## Contributing
|
|
25
20
|
|
|
26
|
-
|
|
21
|
+
We use multiple channels for collaboration - see [modelcontextprotocol.io/community/communication](https://modelcontextprotocol.io/community/communication).
|
|
27
22
|
|
|
28
|
-
|
|
23
|
+
Often (but not always) ideas flow through this pipeline:
|
|
29
24
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
5. Click **Install**
|
|
25
|
+
- **[Discord](https://modelcontextprotocol.io/community/communication)** - Real-time community discussions
|
|
26
|
+
- **[Discussions](https://github.com/modelcontextprotocol/registry/discussions)** - Propose and discuss product/technical requirements
|
|
27
|
+
- **[Issues](https://github.com/modelcontextprotocol/registry/issues)** - Track well-scoped technical work
|
|
28
|
+
- **[Pull Requests](https://github.com/modelcontextprotocol/registry/pulls)** - Contribute work towards issues
|
|
35
29
|
|
|
36
|
-
|
|
30
|
+
### Quick start:
|
|
37
31
|
|
|
38
|
-
|
|
39
|
-
2. Press `Ctrl+Shift+P` / `Cmd+Shift+P` to open Command Palette
|
|
40
|
-
3. Run `MCP: Add Server`
|
|
41
|
-
4. Select `npm package`
|
|
42
|
-
5. Enter: `@robinmordasiewicz/f5xc-terraform-mcp`
|
|
43
|
-
6. Choose scope: **Global** (all workspaces) or **Workspace** (this project only)
|
|
32
|
+
#### Pre-requisites
|
|
44
33
|
|
|
45
|
-
|
|
34
|
+
- **Docker**
|
|
35
|
+
- **Go 1.24.x**
|
|
36
|
+
- **ko** - Container image builder for Go ([installation instructions](https://ko.build/install/))
|
|
37
|
+
- **golangci-lint v2.4.0**
|
|
46
38
|
|
|
47
|
-
|
|
48
|
-
npm install -g @robinmordasiewicz/f5xc-terraform-mcp
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
Or run directly with npx (no installation required):
|
|
39
|
+
#### Running the server
|
|
52
40
|
|
|
53
41
|
```bash
|
|
54
|
-
|
|
42
|
+
# Start full development environment
|
|
43
|
+
make dev-compose
|
|
55
44
|
```
|
|
56
45
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
For corporate environments where Node.js cannot be installed. The MCPB bundle is fully self-contained with all dependencies included.
|
|
46
|
+
This starts the registry at [`localhost:8080`](http://localhost:8080) with PostgreSQL. The database uses ephemeral storage and is reset each time you restart the containers, ensuring a clean state for development and testing.
|
|
60
47
|
|
|
61
|
-
**
|
|
48
|
+
**Note:** The registry uses [ko](https://ko.build) to build container images. The `make dev-compose` command automatically builds the registry image with ko and loads it into your local Docker daemon before starting the services.
|
|
62
49
|
|
|
63
|
-
|
|
64
|
-
2. In VSCode, press `Ctrl+Shift+P` / `Cmd+Shift+P`
|
|
65
|
-
3. Run `MCP: Add Server`
|
|
66
|
-
4. Drag and drop the `.mcpb` file, or select it when prompted
|
|
67
|
-
5. Run `MCP: List Servers` to verify installation
|
|
50
|
+
By default, the registry seeds from the production API with a filtered subset of servers (to keep startup fast). This ensures your local environment mirrors production behavior and all seed data passes validation. For offline development you can seed from a file without validation with `MCP_REGISTRY_SEED_FROM=data/seed.json MCP_REGISTRY_ENABLE_REGISTRY_VALIDATION=false make dev-compose`.
|
|
68
51
|
|
|
69
|
-
|
|
52
|
+
The setup can be configured with environment variables in [docker-compose.yml](./docker-compose.yml) - see [.env.example](./.env.example) for a reference.
|
|
70
53
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
3. Restart Claude Desktop to activate
|
|
54
|
+
<details>
|
|
55
|
+
<summary>Alternative: Running a pre-built Docker image</summary>
|
|
74
56
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
> **Note:** MCPB bundles are automatically built and attached to each GitHub Release. No npm or Node.js installation is required. The bundle includes a self-contained Node.js runtime.
|
|
78
|
-
|
|
79
|
-
### From Source
|
|
57
|
+
Pre-built Docker images are automatically published to GitHub Container Registry:
|
|
80
58
|
|
|
81
59
|
```bash
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
npm run build
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
## Configuration
|
|
88
|
-
|
|
89
|
-
### Claude Desktop
|
|
60
|
+
# Run latest stable release
|
|
61
|
+
docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:latest
|
|
90
62
|
|
|
91
|
-
|
|
63
|
+
# Run latest from main branch (continuous deployment)
|
|
64
|
+
docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main
|
|
92
65
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
"mcpServers": {
|
|
96
|
-
"f5xc-terraform": {
|
|
97
|
-
"command": "npx",
|
|
98
|
-
"args": ["-y", "@robinmordasiewicz/f5xc-terraform-mcp"]
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
```
|
|
66
|
+
# Run specific release version
|
|
67
|
+
docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:v1.0.0
|
|
103
68
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
```json
|
|
107
|
-
{
|
|
108
|
-
"mcpServers": {
|
|
109
|
-
"f5xc": {
|
|
110
|
-
"command": "node",
|
|
111
|
-
"args": ["/path/to/terraform-provider-f5xc/mcp-server/dist/index.js"]
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
69
|
+
# Run development build from main branch
|
|
70
|
+
docker run -p 8080:8080 ghcr.io/modelcontextprotocol/registry:main-20250906-abc123d
|
|
115
71
|
```
|
|
116
72
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
```bash
|
|
122
|
-
claude mcp add f5xc-terraform -- npx -y @robinmordasiewicz/f5xc-terraform-mcp
|
|
123
|
-
```
|
|
73
|
+
**Available tags:**
|
|
74
|
+
- **Releases**: `latest`, `v1.0.0`, `v1.1.0`, etc.
|
|
75
|
+
- **Continuous**: `main` (latest main branch build)
|
|
76
|
+
- **Development**: `main-<date>-<sha>` (specific commit builds)
|
|
124
77
|
|
|
125
|
-
|
|
78
|
+
</details>
|
|
126
79
|
|
|
127
|
-
|
|
128
|
-
- `--scope project`: Shared with anyone who clones the repository (saved in `.mcp.json`)
|
|
129
|
-
- `--scope user`: Available in all your Claude Code sessions
|
|
80
|
+
#### Publishing a server
|
|
130
81
|
|
|
131
|
-
|
|
82
|
+
To publish a server, we've built a simple CLI. You can use it with:
|
|
132
83
|
|
|
133
84
|
```bash
|
|
134
|
-
#
|
|
135
|
-
|
|
85
|
+
# Build the latest CLI
|
|
86
|
+
make publisher
|
|
136
87
|
|
|
137
|
-
#
|
|
138
|
-
|
|
88
|
+
# Use it!
|
|
89
|
+
./bin/mcp-publisher --help
|
|
139
90
|
```
|
|
140
91
|
|
|
141
|
-
|
|
92
|
+
See [the publisher guide](./docs/modelcontextprotocol-io/quickstart.mdx) for more details.
|
|
142
93
|
|
|
143
|
-
|
|
144
|
-
claude mcp list
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
You should see `f5xc-terraform` listed with a `β Connected` status.
|
|
148
|
-
|
|
149
|
-
**Remove Server:**
|
|
94
|
+
#### Other commands
|
|
150
95
|
|
|
151
96
|
```bash
|
|
152
|
-
|
|
97
|
+
# Run lint, unit tests and integration tests
|
|
98
|
+
make check
|
|
153
99
|
```
|
|
154
100
|
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
VS Code 1.99+ supports MCP servers through GitHub Copilot. Configure by creating a `.vscode/mcp.json` file in your workspace:
|
|
158
|
-
|
|
159
|
-
```json
|
|
160
|
-
{
|
|
161
|
-
"servers": {
|
|
162
|
-
"f5xc-terraform": {
|
|
163
|
-
"command": "npx",
|
|
164
|
-
"args": ["-y", "@robinmordasiewicz/f5xc-terraform-mcp"]
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
**Alternative: Command Palette**
|
|
171
|
-
|
|
172
|
-
1. Open Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`)
|
|
173
|
-
2. Run `MCP: Add Server`
|
|
174
|
-
3. Select `npm package`
|
|
175
|
-
4. Enter: `@robinmordasiewicz/f5xc-terraform-mcp`
|
|
176
|
-
|
|
177
|
-
**Alternative: Command Line**
|
|
178
|
-
|
|
179
|
-
```bash
|
|
180
|
-
code --add-mcp "{\"name\":\"f5xc-terraform\",\"command\":\"npx\",\"args\":[\"-y\",\"@robinmordasiewicz/f5xc-terraform-mcp\"]}"
|
|
181
|
-
```
|
|
182
|
-
|
|
183
|
-
**Global Configuration (User Settings)**
|
|
184
|
-
|
|
185
|
-
To make the MCP server available across all workspaces, add to your VS Code user settings (`settings.json`):
|
|
186
|
-
|
|
187
|
-
```json
|
|
188
|
-
{
|
|
189
|
-
"mcp": {
|
|
190
|
-
"servers": {
|
|
191
|
-
"f5xc-terraform": {
|
|
192
|
-
"command": "npx",
|
|
193
|
-
"args": ["-y", "@robinmordasiewicz/f5xc-terraform-mcp"]
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
```
|
|
199
|
-
|
|
200
|
-
**Verify VSCode Installation:**
|
|
201
|
-
|
|
202
|
-
1. Press `Ctrl+Shift+P` / `Cmd+Shift+P`
|
|
203
|
-
2. Run `MCP: List Servers`
|
|
204
|
-
3. Look for `f5xc-terraform` with a green status indicator
|
|
205
|
-
|
|
206
|
-
**Troubleshooting VSCode:**
|
|
207
|
-
|
|
208
|
-
- **Server not appearing**: Restart VSCode after adding the server configuration
|
|
209
|
-
- **Connection issues**: Check the Output panel (`View > Output`) and select "MCP" from the dropdown
|
|
210
|
-
- **Node.js not found**: Use the [MCPB Bundle](#mcpb-bundle-no-nodejs-required) method instead
|
|
211
|
-
|
|
212
|
-
## Available Tools
|
|
213
|
-
|
|
214
|
-
### Documentation Tools
|
|
215
|
-
|
|
216
|
-
| Tool | Description |
|
|
217
|
-
|------|-------------|
|
|
218
|
-
| `f5xc_terraform_search_docs` | Search provider documentation by keyword |
|
|
219
|
-
| `f5xc_terraform_get_doc` | Get complete documentation for a resource |
|
|
220
|
-
| `f5xc_terraform_list_docs` | List all available documentation |
|
|
221
|
-
|
|
222
|
-
### API Specification Tools
|
|
223
|
-
|
|
224
|
-
| Tool | Description |
|
|
225
|
-
|------|-------------|
|
|
226
|
-
| `f5xc_terraform_search_api_specs` | Search OpenAPI specifications |
|
|
227
|
-
| `f5xc_terraform_get_api_spec` | Get a specific API specification |
|
|
228
|
-
| `f5xc_terraform_find_endpoints` | Find API endpoints by URL pattern |
|
|
229
|
-
| `f5xc_terraform_get_schema_definition` | Get a schema definition from a spec |
|
|
230
|
-
| `f5xc_terraform_list_definitions` | List all definitions in a spec |
|
|
101
|
+
There are also a few more helpful commands for development. Run `make help` to learn more, or look in [Makefile](./Makefile).
|
|
231
102
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|------|-------------|
|
|
236
|
-
| `f5xc_terraform_get_subscription_info` | Get subscription tier requirements for resources |
|
|
237
|
-
| `f5xc_terraform_get_property_subscription_info` | Get property-level subscription tier indicators |
|
|
238
|
-
|
|
239
|
-
### Addon Service Tools
|
|
240
|
-
|
|
241
|
-
| Tool | Description |
|
|
242
|
-
|------|-------------|
|
|
243
|
-
| `f5xc_terraform_addon_list_services` | List available addon services with activation requirements |
|
|
244
|
-
| `f5xc_terraform_addon_check_activation` | Check if an addon service is activated for the tenant |
|
|
245
|
-
| `f5xc_terraform_addon_activation_workflow` | Get activation workflow and Terraform code for addons |
|
|
246
|
-
|
|
247
|
-
### Utility Tools
|
|
248
|
-
|
|
249
|
-
| Tool | Description |
|
|
250
|
-
|------|-------------|
|
|
251
|
-
| `f5xc_terraform_get_summary` | Get overview of all available docs and specs |
|
|
252
|
-
|
|
253
|
-
## Usage Examples
|
|
254
|
-
|
|
255
|
-
### Find HTTP Load Balancer Documentation
|
|
256
|
-
|
|
257
|
-
```
|
|
258
|
-
User: How do I configure an HTTP load balancer in F5XC with Terraform?
|
|
259
|
-
|
|
260
|
-
Claude: [Uses f5xc_terraform_search_docs with query "http_loadbalancer"]
|
|
261
|
-
[Uses f5xc_terraform_get_doc with name "http_loadbalancer"]
|
|
262
|
-
```
|
|
263
|
-
|
|
264
|
-
### Discover API Endpoints
|
|
265
|
-
|
|
266
|
-
```
|
|
267
|
-
User: What API endpoints are available for managing namespaces?
|
|
268
|
-
|
|
269
|
-
Claude: [Uses f5xc_terraform_find_endpoints with pattern "/namespaces"]
|
|
270
|
-
```
|
|
271
|
-
|
|
272
|
-
### Explore Schema Definitions
|
|
273
|
-
|
|
274
|
-
```
|
|
275
|
-
User: What fields are available in the app_firewall configuration?
|
|
276
|
-
|
|
277
|
-
Claude: [Uses f5xc_terraform_get_api_spec with name "app_firewall"]
|
|
278
|
-
[Uses f5xc_terraform_list_definitions with spec_name "app_firewall"]
|
|
279
|
-
[Uses f5xc_terraform_get_schema_definition for specific type]
|
|
280
|
-
```
|
|
281
|
-
|
|
282
|
-
## Development
|
|
283
|
-
|
|
284
|
-
### Build
|
|
285
|
-
|
|
286
|
-
```bash
|
|
287
|
-
npm run build
|
|
288
|
-
```
|
|
289
|
-
|
|
290
|
-
### Development Mode (with auto-reload)
|
|
291
|
-
|
|
292
|
-
```bash
|
|
293
|
-
npm run dev
|
|
294
|
-
```
|
|
295
|
-
|
|
296
|
-
### Type Check
|
|
297
|
-
|
|
298
|
-
```bash
|
|
299
|
-
npm run typecheck
|
|
300
|
-
```
|
|
103
|
+
<!--
|
|
104
|
+
For Claude and other AI tools: Always prefer make targets over custom commands where possible.
|
|
105
|
+
-->
|
|
301
106
|
|
|
302
107
|
## Architecture
|
|
303
108
|
|
|
109
|
+
### Project Structure
|
|
110
|
+
|
|
304
111
|
```
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
β
|
|
312
|
-
β
|
|
313
|
-
β
|
|
314
|
-
βββ
|
|
315
|
-
βββ
|
|
316
|
-
|
|
112
|
+
βββ cmd/ # Application entry points
|
|
113
|
+
β βββ publisher/ # Server publishing tool
|
|
114
|
+
βββ data/ # Seed data
|
|
115
|
+
βββ deploy/ # Deployment configuration (Pulumi)
|
|
116
|
+
βββ docs/ # Documentation
|
|
117
|
+
βββ internal/ # Private application code
|
|
118
|
+
β βββ api/ # HTTP handlers and routing
|
|
119
|
+
β βββ auth/ # Authentication (GitHub OAuth, JWT, namespace blocking)
|
|
120
|
+
β βββ config/ # Configuration management
|
|
121
|
+
β βββ database/ # Data persistence (PostgreSQL)
|
|
122
|
+
β βββ service/ # Business logic
|
|
123
|
+
β βββ telemetry/ # Metrics and monitoring
|
|
124
|
+
β βββ validators/ # Input validation
|
|
125
|
+
βββ pkg/ # Public packages
|
|
126
|
+
β βββ api/ # API types and structures
|
|
127
|
+
β β βββ v0/ # Version 0 API types
|
|
128
|
+
β βββ model/ # Data models for server.json
|
|
129
|
+
βββ scripts/ # Development and testing scripts
|
|
130
|
+
βββ tests/ # Integration tests
|
|
131
|
+
βββ tools/ # CLI tools and utilities
|
|
132
|
+
βββ validate-*.sh # Schema validation tools
|
|
317
133
|
```
|
|
318
134
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
### Documentation Types
|
|
135
|
+
### Authentication
|
|
322
136
|
|
|
323
|
-
|
|
324
|
-
- **
|
|
325
|
-
- **
|
|
326
|
-
- **
|
|
137
|
+
Publishing supports multiple authentication methods:
|
|
138
|
+
- **GitHub OAuth** - For publishing by logging into GitHub
|
|
139
|
+
- **GitHub OIDC** - For publishing from GitHub Actions
|
|
140
|
+
- **DNS verification** - For proving ownership of a domain and its subdomains
|
|
141
|
+
- **HTTP verification** - For proving ownership of a domain
|
|
327
142
|
|
|
328
|
-
|
|
143
|
+
The registry validates namespace ownership when publishing. E.g. to publish...:
|
|
144
|
+
- `io.github.domdomegg/my-cool-mcp` you must login to GitHub as `domdomegg`, or be in a GitHub Action on domdomegg's repos
|
|
145
|
+
- `me.adamjones/my-cool-mcp` you must prove ownership of `adamjones.me` via DNS or HTTP challenge
|
|
329
146
|
|
|
330
|
-
|
|
331
|
-
- HTTP/TCP Load Balancers
|
|
332
|
-
- Origin Pools
|
|
333
|
-
- Application Firewalls (WAF)
|
|
334
|
-
- Namespaces
|
|
335
|
-
- DNS Management
|
|
336
|
-
- Network Policies
|
|
337
|
-
- Cloud Sites (AWS, Azure, GCP)
|
|
338
|
-
- And 260+ more...
|
|
147
|
+
## Community Projects
|
|
339
148
|
|
|
340
|
-
|
|
149
|
+
Check out [community projects](docs/community-projects.md) to explore notable registry-related work created by the community.
|
|
341
150
|
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
## Contributing
|
|
151
|
+
## More documentation
|
|
345
152
|
|
|
346
|
-
|
|
153
|
+
See the [documentation](./docs) for more details if your question has not been answered here!
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
page_title: "f5xc_dns_zone Data Source - terraform-provider-f5xc"
|
|
3
3
|
subcategory: "DNS"
|
|
4
4
|
description: |-
|
|
5
|
-
Manages DNS Zone
|
|
5
|
+
Manages a DNS Zone resource in F5 Distributed Cloud.
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# f5xc_dns_zone (Data Source)
|
|
9
9
|
|
|
10
|
-
Manages DNS Zone
|
|
10
|
+
Manages a DNS Zone resource in F5 Distributed Cloud.
|
|
11
11
|
|
|
12
12
|
~> **Note** Please refer to [DNS Zone API docs](https://docs.cloud.f5.com/docs-v2/api/dns-zone) to learn more.
|
|
13
13
|
|
|
@@ -49,8 +49,6 @@ resource "f5xc_api_credential" "example" {
|
|
|
49
49
|
|
|
50
50
|
<a id="name"></a>• [`name`](#name) - Required String<br>Name of the API Credential. Must be unique within the namespace
|
|
51
51
|
|
|
52
|
-
<a id="namespace"></a>• [`namespace`](#namespace) - Required String<br>Namespace where the API Credential will be created
|
|
53
|
-
|
|
54
52
|
<a id="annotations"></a>• [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
|
|
55
53
|
|
|
56
54
|
<a id="description"></a>• [`description`](#description) - Optional String<br>Human readable description for the object
|
|
@@ -59,6 +57,8 @@ resource "f5xc_api_credential" "example" {
|
|
|
59
57
|
|
|
60
58
|
<a id="labels"></a>• [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
|
|
61
59
|
|
|
60
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Optional String<br>Namespace for the API Credential. For this resource type, namespace should be empty or omitted
|
|
61
|
+
|
|
62
62
|
### Spec Argument Reference
|
|
63
63
|
|
|
64
64
|
<a id="password"></a>• [`password`](#password) - Optional String<br>Password. Password is used for generating an API certificate P12 bundle user can use to protect access to it. this password will not be saved/persisted anywhere in the system. Applicable for credential type API_CERTIFICATE Users have to use this password when they use the certificate, e.g. in curl or while adding to key chain
|
|
@@ -54,6 +54,8 @@ resource "f5xc_child_tenant" "example" {
|
|
|
54
54
|
|
|
55
55
|
<a id="name"></a>• [`name`](#name) - Required String<br>Name of the Child Tenant. Must be unique within the namespace
|
|
56
56
|
|
|
57
|
+
<a id="namespace"></a>• [`namespace`](#namespace) - Required String<br>Namespace where the Child Tenant will be created
|
|
58
|
+
|
|
57
59
|
<a id="annotations"></a>• [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
|
|
58
60
|
|
|
59
61
|
<a id="description"></a>• [`description`](#description) - Optional String<br>Human readable description for the object
|
|
@@ -62,8 +64,6 @@ resource "f5xc_child_tenant" "example" {
|
|
|
62
64
|
|
|
63
65
|
<a id="labels"></a>• [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
|
|
64
66
|
|
|
65
|
-
<a id="namespace"></a>• [`namespace`](#namespace) - Optional String<br>Namespace for the Child Tenant. For this resource type, namespace should be empty or omitted
|
|
66
|
-
|
|
67
67
|
### Spec Argument Reference
|
|
68
68
|
|
|
69
69
|
<a id="child-tenant-manager"></a>• [`child_tenant_manager`](#child-tenant-manager) - Optional Block<br>Object reference. This type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Child Tenant Manager](#child-tenant-manager) below for details.
|