Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 5 additions & 19 deletions src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
application with Intel TDX technology using both traditional deployment and the
iApp Generator.

:::danger ⚠️ EXPERIMENTAL FEATURE
::: info **Experimental**

**TDX support is currently experimental and should NOT be used in production.**
This feature is provided for testing and development purposes only. Expect
instabilities, limited compatibility, and potential outages.
- Please don’t share sensitive data or secrets.
- Features and availability may change or be discontinued.

Check notice on line 17 in src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md#L17

[Google.Passive] In general, use active voice instead of passive voice ('be discontinued').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('be discontinued').", "location": {"path": "src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md", "range": {"start": {"line": 17, "column": 43}}}, "severity": "INFO"}
- Please share feedbacks, ideas, and suggestions on

Check failure on line 18 in src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md

View workflow job for this annotation

GitHub Actions / vale

[vale] src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md#L18

[Vale.Spelling] Did you really mean 'feedbacks'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'feedbacks'?", "location": {"path": "src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md", "range": {"start": {"line": 18, "column": 16}}}, "severity": "ERROR"}
[Discord](https://discord.com/invite/pbt9m98wnU) or support bot.

:::

Expand All @@ -24,21 +25,6 @@
**[Intel TDX Technology](/protocol/tee/intel-tdx)** guide for comprehensive
explanations of TDX technology and its benefits.

::: info

**Request access to the experimental feature**

- The TDX-powered workerpool is currently in a development environment and not
intended for production use.
- Expect occasional instability or incomplete features. Service is subject to
change or discontinuation
- Development environment only - do not share sensitive data or secrets.
- Please share any bug reports, suggestions for improvement, or general feedback
on your experience.
- To request early access, please [contact us](https://discord.gg/9h25DQFSCU)

:::

## Prerequisites

- [Docker](https://docs.docker.com/install/) 17.05 or higher on the daemon and
Expand Down