Skip to content

Commit 701478d

Browse files
committed
2 parents cf7f838 + 8cf98e7 commit 701478d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UPGRADE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ You must have the values for the following variables:
1010
|-|-|-|-|-|
1111
| --project-id | No | The GCP Project Id. | Derived from ```gcloud config list --format 'value(core.project)'``` | datashare-demo-1 |
1212
| --oauth-client-id | Yes | The OAuth Client Id. | | 8xxxxxxxxxx-xxxxxxxxxxx.apps.googleusercontent.com |
13+
| --api-key | Yes | The API key.|| xxxxxxxxxxxx |
14+
| --auth-domain | Yes | The auth domain. || datashare-demo-1.firebaseapp.com |
15+
| --tenant-id | Yes | The IDP tenant Id. || datashare-abcdefg |
1316
| --fqdn | Yes | The fully qualified domain for the API.|| api.datashare.example.com |
1417
| --data-producers | Yes | The list of users and or domains that should be admins. || cloudysanfrancisco@gmail.com,jeffersonloveshiking@gmail.com |
18+
| --secret-name-prefix | Yes | The prefix to use for datashare secrets in secret manager || datashare_demo_1 |
1519
| --tag | No | The container image tag. | dev | dev |
1620
| --region | No | The GCP region for the deployments. | us-central1 | us-central1 |
1721
| --zone | No | The GCP zone for the deployments. | us-central1-a | us-central1-a |
@@ -42,4 +46,4 @@ cd datashare-toolkit
4246

4347
```
4448
UPDATE `datashare.policy` set bigQueryEnabled = true WHERE isDeleted IS FALSE
45-
```
49+
```

0 commit comments

Comments
 (0)