Skip to content

Commit 617a215

Browse files
authored
[TypeScript] Replace auth with oberon scheme (#190)
* Update service protos * Update proto * Update SDK dotnet * Update * Change visibility * Action update * Implement oberon auth in node sdk * Update web sdk with oberon auth * Correct test url * Fix node tests * Web fix tests * Update test configs * Something got updated
1 parent 29ae005 commit 617a215

23 files changed

+1255
-609
lines changed

.github/workflows/build-typescript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
npm test
4949
env:
5050
TRINSIC_TEST_URL: ${{ github.event.inputs.testUrl || env.DEFAULT_TEST_URL }}
51+
TEST_SERVER_ENDPOINT: staging-internal.trinsic.cloud
52+
TEST_SERVER_PORT: 443
53+
TEST_SERVER_USE_TLS: true
5154
shell: pwsh
5255
5356

.github/workflows/release-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [published, prereleased]
77

88
env:
9-
DEFAULT_TEST_URL: "trinsic-staging.centralus.azurecontainer.io:5000"
9+
DEFAULT_TEST_URL: "https://trinsic-staging.centralus.azurecontainer.io:443"
1010

1111
jobs:
1212
publish_npm:

0 commit comments

Comments
 (0)