File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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+ ```
You can’t perform that action at this time.
0 commit comments