diff --git a/app/auth/signin/page.tsx b/app/auth/signin/page.tsx
index 9c135974..edcd2624 100644
--- a/app/auth/signin/page.tsx
+++ b/app/auth/signin/page.tsx
@@ -43,15 +43,11 @@ export default function SignIn() {
By using the Kubefirst platform, you agree to our{' '}
-
- Terms of Service
+
+ Terms of Service{' '}
- ,
-
- End User Licence Agreement
- {' '}
and{' '}
-
+
Privacy Policy.
diff --git a/charts/console/templates/deployment.yaml b/charts/console/templates/deployment.yaml
index 03eccb32..4516a773 100644
--- a/charts/console/templates/deployment.yaml
+++ b/charts/console/templates/deployment.yaml
@@ -49,6 +49,10 @@ spec:
value: "0.0.0.0"
- name: NEXTAUTH_URL
value: "{{ .Values.authURL | default (printf "https://kubefirst.%s" (.Values.domain )) }}"
+ - name: SAAS_API_URL
+ value: "{{ .Values.global.saasAPIUrl | default "https://api.konstruct.io" }}"
+ - name: SAAS_URL
+ value: "{{ .Values.global.saasUrl | default "https://dashboard.konstruct.io" }}"
- name: K1_ACCESS_TOKEN
valueFrom:
secretKeyRef:
diff --git a/charts/console/values.yaml b/charts/console/values.yaml
index 0107c394..d41f11a5 100644
--- a/charts/console/values.yaml
+++ b/charts/console/values.yaml
@@ -89,4 +89,6 @@ extraEnvSecrets: []
global:
kubefirstVersion: "development"
+ saasAPIUrl: "https://saas-api-development.mgmt-24.konstruct.io/"
+ saasUrl: "https://saas-development.mgmt-24.konstruct.io"
domain: "example.com"
diff --git a/containers/License/License.tsx b/containers/License/License.tsx
index 6a23f9f8..039bbfce 100644
--- a/containers/License/License.tsx
+++ b/containers/License/License.tsx
@@ -50,7 +50,11 @@ const License: FunctionComponent = ({
-
+
{!hasLicenseKey && (