Skip to content

Commit

Permalink
HA network detection, and authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect committed Sep 9, 2024
1 parent d48613a commit 2a4edf2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@auth0/auth0-spa-js": "^2.0.4",
"@azure/msal-browser": "^2.38.0",
"@babel/runtime": "^7.17.9",
"@openziti/ziti-browzer-core": "^0.44.0",
"@openziti/ziti-browzer-core": "^0.45.0",
"bowser": "^2.11.0",
"cookie-interceptor": "^1.0.0",
"core-js": "^3.22.8",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ class ZitiBrowzerRuntime {

this.logger.trace(`ZitiBrowzerRuntime ${this._uuid} has been initialized`);

this.zitiContext.listControllerVersion();
await this.zitiContext.listControllerVersion();

this.zitiContext.on(ZITI_CONSTANTS.ZITI_EVENT_IDP_AUTH_HEALTH, this.idpAuthHealthEventHandler);
this.zitiContext.on(ZITI_CONSTANTS.ZITI_EVENT_NO_CONFIG_FOR_SERVICE, this.noConfigForServiceEventHandler);
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1205,13 +1205,13 @@
"@types/emscripten" "^1.39.6"
"@wasmer/wasi" "^1.0.2"

"@openziti/ziti-browzer-core@^0.44.0":
version "0.44.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.44.0.tgz#eb63e7feeb4d905c2476586b665de9e70defc8c5"
integrity sha512-AjG6Bj/eNMvILjhn+Oe1fUTSxbcTDRKgGX54/lAk0ujSU9mwOnzkC3GHBQLQkX9/mPVdKUIYWH43zpH8LDXb8g==
"@openziti/ziti-browzer-core@^0.45.0":
version "0.45.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.45.0.tgz#91ae750e3013823da22f9c41ba08605da4323c9a"
integrity sha512-2kxnoQeazJtjNJilVyAxwTIQxzs/QnjZSXBKxYiVA+CzsllXvxU8mY0Zdg5HZvNAzJAUzMJGZ3DHptb1v2YCFg==
dependencies:
"@openziti/libcrypto-js" "^0.21.0"
"@openziti/ziti-browzer-edge-client" "^0.6.2"
"@openziti/ziti-browzer-edge-client" "^0.7.0"
asn1js "^3.0.5"
assert "^2.0.0"
async-mutex "^0.5.0"
Expand Down Expand Up @@ -1249,10 +1249,10 @@
util "^0.12.4"
uuid "^8.3.2"

"@openziti/ziti-browzer-edge-client@^0.6.2":
version "0.6.2"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-edge-client/-/ziti-browzer-edge-client-0.6.2.tgz#b6a2cb43e15edd3d585029f447a19bfbd0a3212f"
integrity sha512-NmfJmQtlGWkvuYmnO3WDOzRMJV38mZUosTMvZTTHIXr7xpdUs53liErzRovjt6gKV5rG5e5od0aq+r+dxMuv5w==
"@openziti/ziti-browzer-edge-client@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-edge-client/-/ziti-browzer-edge-client-0.7.0.tgz#9e4d75439fc6b40c9e9f15b48a2c7e825de78643"
integrity sha512-m7W9uEFIaXtVOXZ/dorbV/zMgCGfV0sK7SNAoyWLxIRyudikSbiW1Oo0f5jwyhsqDce9syXu/0qUdeAR+jwgcg==
dependencies:
superagent "^7.1.3"

Expand Down

0 comments on commit 2a4edf2

Please sign in to comment.