manager
manager copied to clipboard
feat: [UIE-8196] - DBaaS create encourage users to add IP allow_list
Description ๐
DBaaS create encourage users to add IP allow_list
Changes ๐
- Access Controls are now wrapped in a radio button group
- User has to explicitly select "None" when adding allow lists
- Add disable prop to MultipleIPInput component to disable all actions with tests
- Refactored the AccessControl from the create page for increased modularity, added tests.
Target release date ๐๏ธ
10/28/24
Preview ๐ท
| Before | After |
|---|---|
How to test ๐งช
Prerequisites
- Managed Databases account access
- dbaasV2 flag enabled
Reproduction steps
- Got to the create page
Verification steps
- There is a radio group option
As an Author I have considered ๐ค
Check all that apply
- [x] ๐ Doing a self review
- [x] โ Our contribution guidelines
- [x] ๐ค Splitting feature into small PRs
- [x] โ Adding a changeset
- [x] ๐งช Providing/Improving test coverage
- [x] ๐ Removing all sensitive information from the code and PR description
- [x] ๐ฉ Using a feature flag to protect the release
- [x] ๐ฃ Providing comprehensive reproduction steps
- [ ] ๐ Providing or updating our documentation
- [ ] ๐ Scheduling a pair reviewing session
- [ ] ๐ฑ Providing mobile support
- [ ] โฟ Providing accessibility support