AWS KMS Operator-UI fix (#601)

- Operator UI was not passing AWS KMS configuration on create tenant
  request
This commit is contained in:
Lenin Alevski
2021-02-12 16:15:03 -08:00
committed by GitHub
parent 396d8fbcfc
commit e5fc6e3125

View File

@@ -1070,7 +1070,7 @@ const AddTenant = ({ classes }: IAddTenantProps) => {
},
};
break;
case "AWS":
case "aws":
insertEncrypt = {
aws: {
secretsmanager: {