Skip to content

Commit f205be8

Browse files
authored
Merge pull request #905 from IABTechLab/gwh-APIDOCS-3071-uid2-private-operator-q2-edit
AT edit + add AKS note re contact for help
2 parents 432aade + 9c6bf1b commit f205be8

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

docs/guides/operator-guide-aks-enclave.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import UpgradePolicy from '../snippets/_private-operator-upgrade-policy.mdx';
1414

1515
The UID2 Operator is the API server in the UID2 ecosystem. For details, see [The UID2 Operator](../ref-info/ref-operators-public-private.md).
1616

17+
:::note
18+
if you want to set up a Private Operator using AKS, ask your UID2 contact. For details, see [Contact Info](../getting-started/gs-account-setup.md#contact-info).
19+
:::
20+
1721
This guide provides information for setting up the UID2 Operator Service as a <Link href="../ref-info/glossary-uid#gl-private-operator">Private Operator</Link> in an Azure Kubernetes Service (<Link href="../ref-info/glossary-uid#gl-aks">AKS</Link>) cluster, running on [virtual nodes on Azure Container Instances](https://learn.microsoft.com/en-us/azure/container-instances/container-instances-virtual-nodes) (ACI). Virtual nodes on Azure Container Instances enable us to take advantage of confidential containers, which run in a hardware-backed Trusted Execution Environment (TEE) that provides intrinsic capabilities such as data integrity, data confidentiality, and code integrity.
1822

1923
When the Docker container for the UID2 Operator confidential Azure Container instance starts up, it completes the attestation process that allows the UID2 Core Service to verify the authenticity of the Operator Service and of the enclave environment that the Operator Service is running in.

docs/ref-info/deprecation-schedule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ The following tables show the Private Operator versions that are currently suppo
2424
If you're using an older version, refer to the applicable table, Deprecation Date column, for information about the support lifetime for your version. We recommend upgrading to the latest version as soon as possible to take advantage of new and improved features.
2525
:::
2626

27+
### Private Operator Upgrade Policy
28+
29+
<UpgradePolicy />
30+
2731
### Private Operator for AWS
2832

2933
The latest ZIP file is available in the Assets section at the bottom of the linked Release Notes in the following table.
@@ -74,7 +78,3 @@ The latest ZIP file is linked in the Release Notes column in the following table
7478
| ------- | ------ | ------ | ------ | ------ |
7579
| Q2 2025 | xxx | xxx | xxx | xxx | -->
7680
<!-- | Q1 2025 | 5.49.7 | [v5.49.7](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.49.7) | Mar 19, 2025 | Mar 31, 2026 | -->
77-
78-
## Private Operator Upgrade Policy
79-
80-
<UpgradePolicy />

i18n/ja/docusaurus-plugin-content-docs/current/ref-info/deprecation-schedule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ The following tables show the Private Operator versions that are currently suppo
2424
If you're using an older version, refer to the applicable table, Deprecation Date column, for information about the support lifetime for your version. We recommend upgrading to the latest version as soon as possible to take advantage of new and improved features.
2525
:::
2626

27+
### Private Operator Upgrade Policy
28+
29+
<UpgradePolicy />
30+
2731
### Private Operator for AWS
2832

2933
The latest ZIP file is available in the Assets section at the bottom of the linked Release Notes in the following table.
@@ -74,7 +78,3 @@ The latest ZIP file is linked in the Release Notes column in the following table
7478
| ------- | ------ | ------ | ------ | ------ |
7579
| Q2 2025 | xxx | xxx | xxx | xxx | -->
7680
<!-- | Q1 2025 | 5.49.7 | [v5.49.7](https://github.com/IABTechLab/uid2-operator/releases/tag/v5.49.7) | Mar 19, 2025 | Mar 31, 2026 | -->
77-
78-
## Private Operator Upgrade Policy
79-
80-
<UpgradePolicy />

0 commit comments

Comments
 (0)