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: docs/platform/access-management/sso-providers/azure-entra-id.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@ sidebar_label: Entra ID
3
3
products: cloud, oss-enterprise
4
4
---
5
5
6
-
import Tabs from "@theme/Tabs";
7
-
import TabItem from "@theme/TabItem";
8
-
9
6
# Set up single sign on using Entra ID
10
7
11
8
This guide shows you how to set up Microsoft Entra ID (formerly Azure ActiveDirectory) and Airbyte so your users can log into Airbyte using your organization's identity provider (IdP) and OpenID Connect (OIDC).
@@ -197,11 +194,6 @@ To set up single sign on for Airbyte Self-Managed Enterprise, complete the follo
Copy file name to clipboardExpand all lines: docs/platform/access-management/sso-providers/okta.md
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,6 @@ sidebar_label: Okta
3
3
products: oss-enterprise, cloud
4
4
---
5
5
6
-
import Tabs from "@theme/Tabs";
7
-
import TabItem from "@theme/TabItem";
8
-
9
6
# Set up single sign on using Okta
10
7
11
8
This guide shows you how to set up Okta and Airbyte so your users can log into Airbyte using your organization's identity provider (IdP).
@@ -203,10 +200,10 @@ Create the application with the following parameters:
203
200
204
201
Once your Okta app is set up, you're ready to deploy Airbyte with SSO. Take note of the following configuration values, as you will need them to configure Airbyte to use your new Okta SSO app integration:
205
202
206
-
* Okta domain ([How to find your Okta domain](https://developer.okta.com/docs/guides/find-your-domain/main/))
207
-
* App Integration Name
208
-
* Client ID
209
-
* Client Secret
203
+
- Okta domain ([How to find your Okta domain](https://developer.okta.com/docs/guides/find-your-domain/main/))
204
+
- App Integration Name
205
+
- Client ID
206
+
- Client Secret
210
207
211
208
(Optional) To allow users to access Airbyte directly from their Okta dashboard, configure IdP-Initiated Login. In the **General** tab of your Airbyte application, scroll to **Login initiated by** and configure the following settings:
212
209
@@ -229,11 +226,6 @@ To set up single sign using generic OIDC for Airbyte Self-Managed Enterprise, co
229
226
-[Update Airbyte's values.yaml file](#sme-values)
230
227
-[Redeploy Airbyte](#sme-deploy)
231
228
232
-
:::note
233
-
You can only use generic OIDC after you migrate to Helm chart V2.
### Create an Okta app for Airbyte {#sme-create-okta-app}
238
230
239
231
Follow these steps to set up an Okta app integration for Airbyte. If you need more help setting up an app integration, see [Okta's documentation](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm).
Copy file name to clipboardExpand all lines: docs/platform/connector-development/connector-builder-ui/custom-components.md
+2-60Lines changed: 2 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@
2
2
products: oss-community, oss-enterprise
3
3
---
4
4
5
-
import Tabs from '@theme/Tabs';
6
-
import TabItem from '@theme/TabItem';
7
-
8
5
# Custom components for the Connector Builder
9
6
10
7
Use Custom Components to extend the Connector Builder with your own Python implementations when Airbyte's built-in components don't meet your specific needs.
@@ -59,22 +56,6 @@ If you deploy Airbyte with abctl, follow the steps below to update your values a
59
56
60
57
1. Edit your existing `values.yaml` file or create a new override file with this configuration:
Monitor your deployment for any security or performance issues. Remember that this feature allows execution of arbitrary code in your Airbyte environment.
Copy file name to clipboardExpand all lines: docs/platform/deploying-airbyte/chart-v2-community.mdx
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,19 @@ import HelmSyntaxConversion from '@site/static/_helm-chart-2-syntax-changes.md';
9
9
10
10
# Upgrade to Helm chart V2 (Core)
11
11
12
-
Airbyte has upgraded its Helm chart to a new version called "V2." Using Helm chart V2 is currently optional. At some future date the V2 Helm chart will become the standard, so we advise that you upgrade your existing deployment to use the new chart before the transition. If you're a new Airbyte user, you can skip the upgrade altogether and start with the new chart.
12
+
As of Airbyte v2.1.0, Helm chart V1 is no longer supported. Helm chart V2 is now the only supported chart. If you haven't already upgraded, you must migrate to Helm chart V2 to continue receiving updates. If you're a new Airbyte user, you can skip this guide and start directly with the current chart — see [Deploying Airbyte](../deploying-airbyte/deploying-airbyte.md).
13
13
14
14
:::important Enterprise customers
15
15
Follow the [Self-Managed Enterprise guide](../enterprise-setup/chart-v2-enterprise) instead.
16
16
:::
17
17
18
-
## Why you should upgrade
18
+
## Why you must upgrade
19
19
20
-
Upgrading to the new Helm chart now has the following benefits.
20
+
Helm chart V1 is no longer supported as of Airbyte v2.1.0. You must upgrade to Helm chart V2 to continue receiving Airbyte updates. In addition to being required, the new chart has the following benefits:
21
21
22
-
1.By upgrading in advance, you can schedule this upgrade for a convenient time. Avoid blocking yourself from upgrading Airbyte to a future version when the new chart is mandatory and you're busy.
22
+
1.The new Helm chart is more aligned with Helm's best practices for chart design.
23
23
24
-
2. The new Helm chart is more aligned with Helm's best practices for chart design.
25
-
26
-
3. The new Helm chart has broader and more detailed options to customize your deployment. In most cases, it's no longer necessary to specify environment variables in your `values.yaml` file because the chart offers a more detailed interface for customization. If you do need to use environment variables, you can use fewer of them.
24
+
2. The new Helm chart has broader and more detailed options to customize your deployment. In most cases, it's no longer necessary to specify environment variables in your `values.yaml` file because the chart offers a more detailed interface for customization. If you do need to use environment variables, you can use fewer of them.
27
25
28
26
## Which versions can upgrade to Helm chart V2
29
27
@@ -33,9 +31,9 @@ The following versions of Airbyte can use Helm chart V2:
33
31
34
32
- Airbyte version 1.6.0 and later, if installed and managed with abctl version 0.30.0 or later (abctl uses Helm chart V2 by default starting with version 0.30.0)
35
33
36
-
The following versions of Airbyte _can't_ use Helm chart V2:
34
+
The following versions of Airbyte _can't_ use Helm chart V2 directly:
37
35
38
-
- Airbyte versions before 1.6.0
36
+
- Airbyte versions before 1.6.0 — you must first upgrade to at least 1.6.0 on Helm chart V1 before migrating to V2
39
37
40
38
- Airbyte installed and managed with abctl versions before 0.30.0
0 commit comments