Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Azure to Auth0 chart #6555

Merged
merged 4 commits into from
Nov 27, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions website/snippets/auth0-uri.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

The URI used for SSO connections on multi-tenant dbt Cloud instances will vary based on your dbt Cloud hosted region. Use your login URL (also referred to as your Access URL) to determine the correct Auth0 URI for your environment.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not for multi-tenants only. Even single-tenants will be using this table.


| Region | dbt Cloud Access URL | Auth0 SSO URI <YOUR_AUTH0_URI> | Auth0 Entity ID <YOUR_AUTH0_ENTITYID>* |
|--------|-----------------------|-------------------------------|----------------------------------------|
| US multi-tenant | cloud.getdbt.com | auth.cloud.getdbt.com | us-production-mt |
| US cell 1 | \{account prefix\}.us1.dbt.com | auth.cloud.getdbt.com | us-production-mt |
| EMEA | emea.dbt.com | auth.emea.dbt.com | emea-production-mt |
| APAC | au.dbt.com | auth.au.dbt.com | au-production-mt |
| Region | dbt Cloud Access URL | Auth0 SSO URI <YOUR_AUTH0_URI> | Auth0 Entity ID <YOUR_AUTH0_ENTITYID>* |

Check warning on line 4 in website/snippets/auth0-uri.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/snippets/auth0-uri.md#L4

[custom.Typos] Oops there's a typo -- did you really mean 'Auth0'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'Auth0'? ", "location": {"path": "website/snippets/auth0-uri.md", "range": {"start": {"line": 4, "column": 48}}}, "severity": "WARNING"}

Check warning on line 4 in website/snippets/auth0-uri.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/snippets/auth0-uri.md#L4

[custom.Typos] Oops there's a typo -- did you really mean 'Auth0'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'Auth0'? ", "location": {"path": "website/snippets/auth0-uri.md", "range": {"start": {"line": 4, "column": 87}}}, "severity": "WARNING"}
|---------------------|-----------------------|-------------------------------|----------------------------------------------------|
| AWS NA multi-tenant | cloud.getdbt.com | auth.cloud.getdbt.com | us-production-mt |
| AWS NA cell 1 | \{account prefix\}.us1.dbt.com | auth.cloud.getdbt.com| us-production-mt |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We now have 3 cells. So maybe rename this row as AWS NA cell 1,2,3...

| AWS EMEA | emea.dbt.com | auth.emea.dbt.com | emea-production-mt |
| AWS APAC | au.dbt.com | auth.au.dbt.com | au-production-mt |
| Azure NA | \{account prefix\}.us2.dbt.com | auth.cloud.getdbt.com| us-production-mt |
| Azure EMEA | \{account prefix\}.eu2.dbt.com | auth.emea.dbt.com | emea-production-mt |

*Only applicable to SAML and Okta configurations.
Loading