Skip to content
Open
Changes from all 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
25 changes: 6 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,13 @@
application with Intel TDX technology using both traditional deployment and the
iApp Generator.

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

**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.
TDX support is currently in experimental phase:

- Stability and confidentiality features are still being tested and refined.

Check notice 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

[Google.Passive] In general, use active voice instead of passive voice ('being tested').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('being tested').", "location": {"path": "src/guides/build-iapp/advanced/build-your-first-tdx-iapp.md", "range": {"start": {"line": 18, "column": 52}}}, "severity": "INFO"}
- Features may evolve based on user feedback, please share your experience on
[Discord](https://discord.com/invite/pbt9m98wnU).

:::

Expand All @@ -24,21 +26,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