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: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
# Proxy Authorization Service for Prefect UI and Prefect CLI
2
2
3
-
Prefect currently do not offer Authentication/Authorization options for API when run on-premises. This functionality is only available with Cloud subscription. So this Proxy service is a workaround for Prefect UI and CLI to enable authentication/authorization for API. All the requests to Prefect API will be proxied through this service.
3
+
[Prefect](https://prefect.io) is a great platform for building data flows/pipelines. It supports hybrid execution with execution engines running on-premises with
4
+
all command control and monitoring capabilities via the Prefect UI hosted on the cloud. This means metadata about flows, logs and metrics
5
+
will be stored in the cloud and can be accessed via the UI. When possible, we do recommend using the Prefect Cloud to manage your data flows.
6
+
7
+
However some organizations may prefer or required to run their flows on-premises and have the UI run on-premises as well. This is where the
8
+
Proxy Authorization Service comes in. Prefect currently do not bundle Authentication/Authorization options for API in the open source eco-system.
9
+
This functionality is only available with Prefect Cloud, along with many other features.
10
+
11
+
If your deployments have any constraints or security regulations to use Prefect Cloud, this Proxy service could be used as a workaround for
12
+
Prefect UI and CLI to enable authentication/authorization for API. All the requests to Prefect API will be proxied through this service.
0 commit comments