-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing workload identity merge issue (#75)
There seems to be some versioning/merge issue due to which some of the changes did not get added in the previous merge for enabling workload identity. Adding the remaining changes here. Also updated some of the usecases that were not using workload identity. Tested the setup again by creating new set of resources, details of the test for reference: { "infraConfig": { "spannerInstanceConfig": { "projectId" : "span-cloud-testing", "instanceId": "machmeter-finance-ledger-fin", "dbName": "finance-ledger-fin", "configuration": "regional-us-east4", "displayName": "machmeter-finance-ledger-fin", "processingUnits": 1000, "environment": "testing" }, "gkeConfig": { "clusterName": "machmeter-test-cluster-fin", "namespace": "spanner-test-fin", "region": "us-east4", "network": "gke-network-fin", "subnetwork": "gke-subnet-fin", "ipRangePodsName": "ip-range-pods-fin", "ipRangeServicesName": "ip-range-services-fin", "google_service_account": "machmeter-test-gsa-fin", "kube_service_account": "machmeter-test-ksa-fin", "machineType": "e2-standard-4", "nodeLocations": "us-east4-b,us-east4-a,us-east4-c", "minCount": 3, "maxCount": 3, "initialNodeCount": 3 } }, "ddlConfig" : { "spannerInstanceConfig" : { "instanceId" : "machmeter-finance-ledger-fin", "dbName" : "finance-ledger-fin", "configuration": "regional-us-east4", "projectId" : "span-cloud-testing" }, "schemaFilePath" : "usecases/finance/ledger/templates/schema.sql" } }
- Loading branch information
Showing
11 changed files
with
87 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters