Skip to content

Commit aa588b0

Browse files
sophia-chen-ttdRelease Workflow
andauthored
sch-UID2-6638 removed service_instance count from private operator manifests (#2418)
* removed service_instance count from private operator manifests * [CI Pipeline] Released Snapshot version: 5.67.3-alpha-684-SNAPSHOT * added logging for testing * [CI Pipeline] Released Snapshot version: 5.67.4-alpha-686-SNAPSHOT --------- Co-authored-by: Release Workflow <unifiedid-admin+release@thetradedesk.com>
1 parent f29db3d commit aa588b0

11 files changed

Lines changed: 2 additions & 11 deletions

conf/local-e2e-docker-private-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"service_instances": 1,
32
"storage_mock": false,
43
"core_attest_url": "http://core:8088/attest",
54
"core_api_token": "OPLCLAjLRWcVlCDl9+BbwR38gzxYdiWFa751ynWLuI7JU4iA=",

conf/local-e2e-private-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"service_instances": 1,
32
"storage_mock": true,
43
"core_attest_url": "http://localhost:8088/attest",
54
"core_api_token": "OPLCLAjLRWcVlCDl9+BbwR38gzxYdiWFa751ynWLuI7JU4iA=",

scripts/aws/EUID_CloudFormation.template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ Resources:
159159
- '", "operator_key": "'
160160
- Ref: APIToken
161161
- '"'
162-
- ', "service_instances": 6'
163162
- ', "enclave_cpu_count": 6'
164163
- ', "enclave_memory_mb": 24576'
165164
- ', "environment": "'

scripts/aws/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ UID2 Operator application reads configuration from [AWS Secrets Manager](https:/
4141
```
4242
{
4343
"api_token": "<your-operator-key>",
44-
"service_instances": "6",
4544
"enclave_cpu_count": "6",
4645
"enclave_memory_mb": "24000",
4746
"clients_metadata_path": "https://core-integ.uidapi.com/clients/refresh",
@@ -55,7 +54,7 @@ UID2 Operator application reads configuration from [AWS Secrets Manager](https:/
5554
```
5655
Important Notes:
5756
- above fields are all required
58-
- service_instances/enclave_cpu_count/enclave_memory_mb are currently not customizable, modification to these fields will be ignored
57+
- enclave_cpu_count/enclave_memory_mb are currently not customizable, modification to these fields will be ignored
5958
- `core-integ` is integration test endpoint; use `core-prod` when ready for production usage
6059
- you might need to replicate secret after creation to use it in other regions
6160

scripts/aws/UID_CloudFormation.template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ Resources:
159159
- '", "operator_key": "'
160160
- Ref: APIToken
161161
- '"'
162-
- ', "service_instances": 6'
163162
- ', "enclave_cpu_count": 6'
164163
- ', "enclave_memory_mb": 24576'
165164
- ', "environment": "'

scripts/aws/conf/default-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"service_verbose": true,
3-
"service_instances": 4,
43
"core_s3_bucket": null,
54
"core_attest_url": null,
65
"core_api_token": null,

scripts/aws/conf/euid-prod-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"service_instances": 4,
32
"sites_metadata_path": "https://core.prod.euid.eu/sites/refresh",
43
"clients_metadata_path": "https://core.prod.euid.eu/clients/refresh",
54
"keysets_metadata_path": "https://core.prod.euid.eu/key/keyset/refresh",

scripts/aws/conf/uid2-prod-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"service_instances": 4,
32
"sites_metadata_path": "https://core-prod.uidapi.com/sites/refresh",
43
"clients_metadata_path": "https://core-prod.uidapi.com/clients/refresh",
54
"keysets_metadata_path": "https://core-prod.uidapi.com/key/keyset/refresh",

scripts/azure-cc/conf/default-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"service_verbose": true,
3-
"service_instances": 3,
43
"core_s3_bucket": null,
54
"core_attest_url": null,
65
"core_api_token": null,

scripts/gcp-oidc/conf/default-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"service_verbose": true,
3-
"service_instances": 12,
43
"core_s3_bucket": null,
54
"core_attest_url": null,
65
"core_api_token": null,

0 commit comments

Comments
 (0)