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
Please [contact us](https://undistro.io/contact){:target="_blank"} if you need unlock more clusters in Zora Dashboard.
18
+
Zora Dashboard offers a ***starter plan for 14 days***, after which it will revert to the free plan which provides access for 2 clusters with up to 10 nodes per cluster.
19
+
Please [contact us](https://undistro.io/contact){:target="_blank"} if you need to discuss a tailored solution.
20
20
21
21
## Getting started
22
22
23
-
To integrate your cluster with Zora Dashboard, you need to provide the workspace ID
24
-
as an additional parameter in Zora OSS installation command.
23
+
To integrate your Zora OSS installation with Zora Dashboard, you need to first authenticate with the authorization server and then provide your `saas.workspaceID` parameter in the Zora OSS installation command.
25
24
26
-
1. Sign in at [Zora Dashboard](https://zora-dashboard.undistro.io){:target="_blank"};
27
-
2. Click on "Connect cluster" button and copy the workspace ID;
28
-
3. Then provide it in `saas.workspaceID` parameter in [Zora OSS installation command](getting-started/installation.md):
25
+
### Authenticating with the Authorization server
26
+
Authenticating with the authorization server is simplified through the use of a helm plugin, `zoraauth`, which can be installed by executing
The authentication process will occur when the plugin is executed, and you visit the authorization server to confirm the request. The instructions within the Zora Dashboard console will include the appropriate parameters for the plugin, these can be obtained through the `Connect cluster` option once you have signed in to the Zora Dashboard.
36
+
37
+
To authenticate with the authorization server, copy and run the `helm zoraauth` command and then follow the instructions within your terminal
38
+
```console
39
+
helm zoraauth --audience="zora_prod" \
40
+
--client-id="<client id>" \
41
+
--domain="login.undistro.io"
42
+
Initiating Device Authorization Flow...
43
+
Please visit https://login.undistro.io/activate and enter code: BFNS-NWFF, or visit: https://login.undistro.io/activate?user_code=BFNS-NWFF
44
+
```
45
+
Entering the login URL within your browser will present you with a screen similar to the following
Copy file name to clipboardExpand all lines: docs/getting-started/installation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Then, run the following command to install Zora [Helm chart](https://helm.sh/doc
51
51
This command will install Zora in `zora-system` namespace, creating the namespace if it doesn't already exist.
52
52
53
53
!!! info "Zora OSS + Zora Dashboard"
54
-
To integrate your Zora OSS installation with Zora Dashboard, you need to provide `saas.workspaceID` parameter in installation command.
54
+
To integrate your Zora OSS installation with Zora Dashboard, you need to authenticate with the authorization server and provide `saas.workspaceID` parameter in installation command.
55
55
For more information, please refer to [this page](../dashboard.md#getting-started).
56
56
57
57
With the following commands, you can verify if Zora has been successfully installed and retrieve installation notes:
0 commit comments