You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [WD-32423] Add ACL default action for Instance NICs (#1772)
## Done
Add ACL default action for Instance NICs
~~Currently NON-FUNCTIONAL~~
- [x] Show ACL default action selector in Instance NIC side panel
- [x] Be able to edit default action selector (DAS)
- [x] Be able to display accurate values in DAS
- [x] Show read-only DAS accurately
- [x] Disable DAS for non-OVN networks (but still fetch data on bridge
networks)
## QA
1. Run the LXD-UI:
- On the demo server via the link posted by @webteam-app below. This is
only available for PRs created by collaborators of the repo. Ask @Kxiru
or @edlerd for access.
- With a local copy of this branch, [build and run as described in the
docs](https://github.com/canonical/lxd-ui/blob/main/CONTRIBUTING.md#setting-up-for-development).
2. Perform the following QA steps:
- Create an OVN network X
- Create an ACL for OVN network rejecting everything and assign to OVN
network
- Create an instance and add custom network X to it.
- Edit the custom network to have ACL default values that are NOT the
same as those assigned to the network, such as Allow.
- Save, and verify that the changes are reflected in the Read-Only and
the YAML configuration.
## Screenshots
<img width="1623" height="1021" alt="image"
src="https://github.com/user-attachments/assets/69d2142e-8c54-4b2a-b6d8-3313232265db"
/>
0 commit comments