You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,4 +139,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
139
139
- deploy cli config.json placed next to tenant.yml will be merged into deploy configuration.
140
140
141
141
### Changed
142
-
- reverted to auth0 v2.42.0
142
+
- reverted to auth0 v2.42.0
143
+
144
+
## [1.4.2] - 2023-04-19
145
+
### Added
146
+
- Support for Codespaces added so that when the registered command `openEndpointByName` is used, it resolves the correct URL for apps launched in the Codespaces environment.
- Support for writing more than one app config to a single `.env` without overwriting values
152
+
- Added runtime-specific replacement values for tenant configuration from yaml: `CODESPACE_NAME` (same as defined [here](https://docs.github.com/en/codespaces/developing-in-codespaces/default-environment-variables-for-your-codespace)) and `AUTH0_DOMAIN` (your tenant domain).
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,9 @@ In addition to the visual features listed below, the Labs extension also contrib
69
69
-**Auth0: Configure Tenant Resources** - `auth0.lab.tenantConfigure` Configures tenant for the current lab materials. Only available when lab materials are present in workspace.
70
70
-**Auth0: Export Tenant** - `auth0.exportTenant` Exports tenant configuration yml to the root directory. This exports everything and needs to be edited down for a lab.
71
71
-**Auth0: Open Endpoint Url** - `auth0.lab.openEndpointByName?["Endpoint 1, Endpoint 2"]` Opens the URL associated with a specific named endpoint in the default browser. Multiple endpoints can be opened by supplying a comma seperated list. Only available when lab materials are present in workspace.
72
+
-**Auth0: Run Post Configure Command**`auth0.lab.postConfigureCommand` Allows you to specify the path of a shell script in `environment.json` (i.e., `"postConfigureCommand": "<script-path>"`), that will execute upon configuration completion. Enables you to run a script to perform actions like storing values client id and client secret as secrets in the environment. This command currently has access to the following environment variables:
73
+
-`AUTH0_DOMAIN`: Your Auth0 domain URI
74
+
-`AUTH0_TOKEN`: The access token issued to your client from the authorization server.
0 commit comments