You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the operator instance has been deployed, the default log rotation settings are applied, as follows:
@@ -318,7 +318,8 @@ The following are the default logrotate settings, defined in `/etc/logrotate.d/o
318
318
319
319
For a detailed explanation of this config, see [logrotate(8) - Linux man page](https://linux.die.net/man/8/logrotate), or run `logrotate man` in the Linux environment.
320
320
321
-
#### cronjob Configuration
321
+
#### cronjob configuration
322
+
322
323
The logrotate generates the following script in `/etc/cron.daily` by default:
You can run the UID2 Operator Service on any GCP account and project. However, to support attestation, you'll need to create a service account that you can use to run Confidential Space virtual machines (VMs).
79
79
@@ -159,7 +159,7 @@ The Terraform template does the following:
159
159
- If HTTPS is enabled, provides your HTTPS certificate to Terraform.
160
160
161
161
:::note
162
-
The Terraform template uses the gcloud CLI that you installed in [Confidential space account setup](#confidential-space-account-setup) Step 3.
162
+
The Terraform template uses the gcloud CLI that you installed in [Confidential Space account setup](#confidential-space-account-setup) Step 3.
163
163
:::
164
164
165
165
To deploy a new UID2 Operator in the GCP Confidential Space Enclave, using the Terraform template, follow these steps:
@@ -181,7 +181,7 @@ Install Terraform if it is not already installed: visit [terraform.io](https://w
181
181
182
182
#### Set up the Terraform environment
183
183
184
-
1. Create a new project or select an existing one, replacing the `{PROJECT_ID}` placeholder with your own project ID (see [Confidential space account setup](#confidential-space-account-setup)):
184
+
1. Create a new project or select an existing one, replacing the `{PROJECT_ID}` placeholder with your own project ID (see [Confidential Space account setup](#confidential-space-account-setup)):
185
185
186
186
```
187
187
gcloud config set project {PROJECT_ID}
@@ -295,7 +295,7 @@ For deployment to the production environment we do not recommend this option. We
295
295
296
296
To set up and configure the account that you created when you installed the gcloud CLI, complete the following steps. Replace the placeholder values with your own valid values.
297
297
298
-
1. Switch to the project that you created in [Confidential space account setup](#confidential-space-account-setup):
298
+
1. Switch to the project that you created in [Confidential Space account setup](#confidential-space-account-setup):
Copy file name to clipboardExpand all lines: docs/sdks/sdk-ref-ios.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ The following iOS-related plugins, and associated documentation, are also availa
19
19
| To use the Google Mobile Ads (GMA) SDK to send <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS/tvOS apps |[UID2 GMA plugin for iOS integration guide](../guides/mobile-plugin-gma-ios.md)|
20
20
| To use the Google Interactive Media Ads SDK for iOS to send <Linkhref="../ref-info/glossary-uid#gl-uid2-token">UID2 tokens</Link> as [secure signals](https://support.google.com/admob/answer/11556288) in ad requests from iOS/tvOS apps |[UID2 IMA plugin for iOS integration guide](../guides/mobile-plugin-ima-ios.md)|
21
21
22
-
## tvOS Support
22
+
## tvOS support
23
+
23
24
Although this page refers to SDK for iOS, this SDK also supports tvOS. For the required tvOS version, see [Minimum requirements](#minimum-requirements).
24
25
25
26
## Functionality
@@ -151,7 +152,7 @@ Get the UID2 token (advertising token) to pass to the Advertising SDK (for ad re
151
152
UID2Manager.shared.getAdvertisingToken()
152
153
```
153
154
154
-
## Uid2manager API
155
+
## UID2Manager API
155
156
156
157
This section includes the functions and variables that are part of the UID2Manager API.
1. 新しいプロジェクトを作成するか、既存のプロジェクトを選択します。プロジェクト ID の `{PROJECT_ID}` プレースホルダを自分のプロジェクト ID に置き換えてください([Confidential space account setup](#confidential-space-account-setup) を参照):
184
+
1. 新しいプロジェクトを作成するか、既存のプロジェクトを選択します。プロジェクト ID の `{PROJECT_ID}` プレースホルダを自分のプロジェクト ID に置き換えてください([Confidential Space account setup](#confidential-space-account-setup) を参照):
0 commit comments