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
- [ ] Verify that manually deleting a nested Access List used as a member or owner does not break UserLoginState generation or listing Access Lists.
2194
2207
- [ ] Verify that an Access List can be added as a member or owner of another Access List using `tctl`.
2195
2208
- [ ] Verify that Access Lists added as members or owners of other Access Lists using `tctl` are validated (no circular references, no nesting > 10 levels).
2209
+
- [ ] For Access Lists of "static" type:
2210
+
- [ ] Verify that static Access List and its members (including nested list members) can be [created/modified/deleted with Terraform](../../docs/pages/identity-governance/access-lists/terraform.mdx) ([teleport_access_list_member ref](../../docs/pages/reference/terraform-provider/resources/access_list_member.mdx))
2211
+
- [ ] Verify non-static Access List members cannot be imported to Terraform (Create an Access List in the web UI and add a member and try to import the member to Terraform)
2212
+
- [ ] In Terraform: check if member's MEMBERSHIP_KIND_USER (1) is changed to MEMBERSHIP_KIND_LIST (2) forces re-creation
2213
+
- [ ] Verify setting audit to past date/zero date doesn't create a review badge on the list in the UI
2214
+
- [ ] Verify changing spec.type is forbidden
2215
+
- [ ] Verify other lists cannot be converted to "static"
2216
+
- [ ] Verify expiration and eligibility of members
2217
+
- [ ] In the web UI: check if modifications/deletion of static lists are blocked
2218
+
- [ ] In the web UI: check if the review is blocked (add `#review` at the end of the Access List URL)
0 commit comments