-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ components: | |
auth0/tenant: | ||
vars: | ||
enabled: true | ||
# Make sure this name does not conflict with other Auth0 components, such as `auth0/app` | ||
name: auth0 | ||
support_email: "[email protected]" | ||
support_url: "https://acme.com" | ||
|
@@ -61,6 +62,11 @@ auth0_client_secret_ssm_path = "/${module.this.id}/client_secret" | |
For example, if we're deploying `auth0/tenant` into `plat-gbl-prod` and my default region is `us-west-2`, then I would | ||
add the following parameters to the `plat-prod` account in `us-west-2`: | ||
|
||
> [!IMPORTANT] | ||
> | ||
> Be sure that this AWS SSM parameter path does not conflict with SSM parameters used by other Auth0 components, such as | ||
> `auth0/app`. In both components, the SSM parameter paths are defined by the component deployment's context ID. | ||
|
||
``` | ||
/acme-plat-gbl-prod-auth0/domain | ||
/acme-plat-gbl-prod-auth0/client_id | ||
|