Skip to content

Commit

Permalink
[yugabyte#6320] Platform: Create Universe does not validate encryptio…
Browse files Browse the repository at this point in the history
…n-at-rest
  • Loading branch information
gaurav061 committed Jan 21, 2021
1 parent 58c8d8d commit 4c053ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ export default class ClusterFields extends Component {
});

const kmsConfigList = [
<option value="0" key={`kms-option-0`}>
<option value="" key={`kms-option-0`}>
Select Configuration
</option>,
...cloud.authConfig.data.map((config, index) => {
Expand Down

0 comments on commit 4c053ed

Please sign in to comment.