Skip to content

Commit e5fc6e3

Browse files
authored
AWS KMS Operator-UI fix (#601)
- Operator UI was not passing AWS KMS configuration on create tenant request
1 parent 396d8fb commit e5fc6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/Tenants/ListTenants/AddTenant.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ const AddTenant = ({ classes }: IAddTenantProps) => {
10701070
},
10711071
};
10721072
break;
1073-
case "AWS":
1073+
case "aws":
10741074
insertEncrypt = {
10751075
aws: {
10761076
secretsmanager: {

0 commit comments

Comments
 (0)