Skip to content

Commit 653b53e

Browse files
Updated CSTAR urls to new connect urls (bcgov#1909)
* My form list update with correct list * spec update * Updated for group users submission * updated for error check * unit test case fix * Enabling Chefs tenancy feature in test * Enabled tenancy feature flag in prod * updated cstar urls to connect --------- Co-authored-by: usingtechnology <39388115+usingtechnology@users.noreply.github.com>
1 parent eda8e23 commit 653b53e

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.devcontainer/chefs_local/local.sample.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"frontend": {
3535
"apiPath": "api/v1",
3636
"basePath": "/app",
37-
"cstarBaseUrl": "https://cstar-dev.apps.gold.devops.gov.bc.ca",
37+
"cstarBaseUrl": "https://dev.connect.digital.gov.bc.ca",
3838
"tenantFeatureEnabled": false,
3939
"oidc": {
4040
"clientId": "chefs-frontend-localhost-5300",
@@ -109,7 +109,7 @@
109109
},
110110
"cstar": {
111111
"tenantFeatureEnabled": false,
112-
"endpoint": "https://cstar-dev.apps.gold.devops.gov.bc.ca/api/v1/",
112+
"endpoint": "https://dev.connect.digital.gov.bc.ca/api/v1/",
113113
"listUserTenantsPath": "users/{userId}/tenants",
114114
"listGroupsForUserForTenantPath": "tenants/{tenantId}/users/{userId}/groups/shared-service-roles",
115115
"listGroupsForTenant": "tenants/{tenantId}/groups",

.devcontainer/chefs_local/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
"cstar": {
101101
"tenantFeatureEnabled": true,
102-
"endpoint": "https://cstar-dev.apps.gold.devops.gov.bc.ca/api/v1/",
102+
"endpoint": "https://dev.connect.digital.gov.bc.ca/api/v1/",
103103
"listUserTenantsPath": "users/{userId}/tenants",
104104
"listGroupsForUserForTenantPath": "tenants/{tenantId}/users/{userId}/groups/shared-service-roles",
105105
"listGroupsForTenant": "tenants/{tenantId}/groups",

app/config/default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"adminDashboardUrl": "",
3535
"apiPath": "api/v1",
3636
"basePath": "/app",
37-
"cstarBaseUrl": "https://cstar-dev.apps.gold.devops.gov.bc.ca",
37+
"cstarBaseUrl": "https://dev.connect.digital.gov.bc.ca",
3838
"tenantFeatureEnabled": false,
3939
"oidc": {
4040
"clientId": "chefs-frontend-localhost-5300",
@@ -109,7 +109,7 @@
109109
},
110110
"cstar": {
111111
"tenantFeatureEnabled": false,
112-
"endpoint": "https://cstar-dev.apps.gold.devops.gov.bc.ca/api/v1/",
112+
"endpoint": "https://dev.connect.digital.gov.bc.ca/api/v1/",
113113
"listUserTenantsPath": "users/{userId}/tenants",
114114
"listGroupsForUserForTenantPath": "tenants/{tenantId}/users/{userId}/groups/shared-service-roles",
115115
"listGroupsForTenant": "tenants/{tenantId}/groups",

openshift/cstar.dev.param

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TENANT_FEATURE_ENABLED=true
2-
CSTAR_BASE_URL=https://cstar-dev.apps.gold.devops.gov.bc.ca
3-
CSTAR_ENDPOINT=https://cstar-dev.apps.gold.devops.gov.bc.ca/api/v1/
2+
CSTAR_BASE_URL=https://dev.connect.digital.gov.bc.ca
3+
CSTAR_ENDPOINT=https://dev.connect.digital.gov.bc.ca/api/v1/

openshift/cstar.pr.param

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TENANT_FEATURE_ENABLED=true
2-
CSTAR_BASE_URL=https://cstar-dev.apps.gold.devops.gov.bc.ca
3-
CSTAR_ENDPOINT=https://cstar-dev.apps.gold.devops.gov.bc.ca/api/v1/
2+
CSTAR_BASE_URL=https://dev.connect.digital.gov.bc.ca
3+
CSTAR_ENDPOINT=https://dev.connect.digital.gov.bc.ca/api/v1/

openshift/cstar.prod.param

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TENANT_FEATURE_ENABLED=false
2-
CSTAR_BASE_URL=https://cstar-prod.apps.gold.devops.gov.bc.ca
3-
CSTAR_ENDPOINT=https://cstar-prod.apps.gold.devops.gov.bc.ca/api/v1/
1+
TENANT_FEATURE_ENABLED=true
2+
CSTAR_BASE_URL=https://connect.digital.gov.bc.ca
3+
CSTAR_ENDPOINT=https://connect.digital.gov.bc.ca/api/v1/

openshift/cstar.test.param

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
TENANT_FEATURE_ENABLED=true
2-
CSTAR_BASE_URL=https://cstar-test.apps.gold.devops.gov.bc.ca
3-
CSTAR_ENDPOINT=https://cstar-test.apps.gold.devops.gov.bc.ca/api/v1/
2+
CSTAR_BASE_URL=https://test.connect.digital.gov.bc.ca
3+
CSTAR_ENDPOINT=https://test.apps.gold.devops.gov.bc.ca/api/v1/

0 commit comments

Comments
 (0)