From 8b34b81a61ab0ca976a6a4957e5c0068717982aa Mon Sep 17 00:00:00 2001 From: Lenin Alevski Date: Wed, 16 Dec 2020 11:24:30 -0600 Subject: [PATCH] Add description to autocert and custom certificates in tenant create wizard (#521) Co-authored-by: Daniel Valdivia --- .../Console/Tenants/ListTenants/AddTenant.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx b/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx index abbac55e7..d6ac76ca3 100644 --- a/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx +++ b/portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx @@ -20,7 +20,7 @@ import get from "lodash/get"; import ModalWrapper from "../../Common/ModalWrapper/ModalWrapper"; import Grid from "@material-ui/core/Grid"; import InputBoxWrapper from "../../Common/FormComponents/InputBoxWrapper/InputBoxWrapper"; -import { LinearProgress } from "@material-ui/core"; +import {LinearProgress, Typography} from "@material-ui/core"; import Table from "@material-ui/core/Table"; import TableBody from "@material-ui/core/TableBody"; import TableCell from "@material-ui/core/TableCell"; @@ -1480,6 +1480,18 @@ const AddTenant = ({ /> Enable TLS for the tenant, this is required for Encryption Configuration + {enableTLS && ( + +
+
+ + Autocert: minio-operator will generate all TLS certificates automatically + + + Custom certificates: allow user to provide your own certificates + +
+ )} {enableTLS && (