Skip to content

Commit

Permalink
Merge branch 'current' into update-copilot-gif
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 27, 2024
2 parents f6444f3 + 043adb6 commit d23283a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
12 changes: 0 additions & 12 deletions website/docs/docs/cloud/manage-access/auth0-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,10 @@ sidebar: "SSO Auth0 Migration"
description: "Required actions for migrating to Auth0 for SSO services on dbt Cloud."
---

:::note

This migration is a feature of the dbt Cloud Enterprise plan. To learn more about an Enterprise plan, contact us at [[email protected]](mailto::[email protected]).

For single-tenant Virtual Private Cloud, you should [email dbt Cloud Support](mailto::[email protected]) to set up or update your SSO configuration.

:::

dbt Labs is partnering with Auth0 to bring enhanced features to dbt Cloud's single sign-on (SSO) capabilities. Auth0 is an identity and access management (IAM) platform with advanced security features, and it will be leveraged by dbt Cloud. These changes will require some action from customers with SSO configured in dbt Cloud today, and this guide will outline the necessary changes for each environment.

If you have not yet configured SSO in dbt Cloud, refer instead to our setup guides for [SAML](/docs/cloud/manage-access/set-up-sso-saml-2.0), [Okta](/docs/cloud/manage-access/set-up-sso-okta), [Google Workspace](/docs/cloud/manage-access/set-up-sso-google-workspace), or [Microsoft Entra ID (formerly Azure AD)](/docs/cloud/manage-access/set-up-sso-microsoft-entra-id) single sign-on services.

## Auth0 Multi-tenant URIs

<Snippet path="auth0-uri" />

## Start the migration

The Auth0 migration feature is being rolled out incrementally to customers who have SSO features already enabled. When the migration option has been enabled on your account, you will see **SSO Updates Available** on the right side of the menu bar, near the settings icon.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Environment-level permissions give dbt Cloud admins more flexibility to protect

- Environment-level permissions do not allow you to create custom roles and permissions for each resource type in dbt Cloud.
- You can only select environment types, and can’t specify a particular environment within a project.
- You can't select specific resources within environments. dbt Cloud jobs, runs, and environment variables are all environment resources.
- For example, you can't specify that a user only has access to jobs but not environment variables. Access to a given environment gives the user access to everything within that environment.
- You can't select specific resources within environments. dbt Cloud jobs and runs are environment resources.
- For example, you can't specify that a user only has access to jobs but not runs. Access to a given environment gives the user access to everything within that environment.

## Environments and roles

Expand Down
4 changes: 2 additions & 2 deletions website/docs/docs/deploy/merge-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "Learn how to trigger a dbt job run when a Git pull request merges.
---


You can set up a merge job to implement a continuous development (CD) workflow in dbt Cloud. The merge job triggers a dbt job to run when someone merges Git pull requests into production. This workflow creates a seamless development experience where changes made in code will automatically update production data. Also, you can use this workflow for running `dbt compile` to update your environment's manifest so subsequent CI job runs are more performant.
You can set up a merge job to implement a continuous deployment (CD) workflow in dbt Cloud. The merge job triggers a dbt job to run when someone merges Git pull requests into production. This workflow creates a seamless development experience where changes made in code will automatically update production data. Also, you can use this workflow for running `dbt compile` to update your environment's manifest so subsequent CI job runs are more performant.

By using CD in dbt Cloud, you can take advantage of deferral to build only the edited model and any downstream changes. With merge jobs, state will be updated almost instantly, always giving the most up-to-date state information in [dbt Explorer](/docs/collaborate/explore-projects).

Expand Down Expand Up @@ -62,4 +62,4 @@ The following is an example of creating a new **Code pushed** trigger in Azure D

<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/example-azuredevops-new-event.png" title="Example of creating a new trigger to push events in Azure Devops"/>

</Expandable>
</Expandable>
2 changes: 1 addition & 1 deletion website/snippets/_enterprise-permissions-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Key:
| Custom env. variables | W | W | W | W | W | W | - | R | - | - | R | W | - |
| Data platform configs | W | W | W | W | R | W | - | - | - | - | R | R | - |
| Develop (IDE or CLI) | W | W | - | W | - | - | - | - | - | - | - | - | - |
| Environments | W | R* | R* | R* | R* | W | - | R | - | - | R | R* | - |
| Environments | W | R | R | R | R | W | - | R | - | - | R | R | - |
| Jobs | W | R* | R* | R* | R* | W | R | R | - | - | R | R* | - |
| Metadata GraphQL API access| R | R | R | R | R | R | - | R | R | - | R | R | - |
| Permissions | W | - | R | R | R | - | - | - | - | - | - | R | - |
Expand Down

0 comments on commit d23283a

Please sign in to comment.