octavia-tempest-plugin/releasenotes/notes/Make-sure-member-credentials-have-the-member-role-for-new-defaults-5fbc2e05768c04b9.yaml
Michael Johnson 9e9f526d65 Add "member" role to non-admin test credentials
Some services are enabling "new defaults" RBAC by default. This will require all non-admin users to have either the "member" or "reader" role. This patch updates the Octavia tempest plugin to include the "member" role in test credentials when the tempest plugin is configured for "RBAC_test_type" other than owner-or-admin.

Change-Id: I8aadb98d438943b18a8d72ff54e216930cfd3ccc
2023-01-18 18:02:06 +00:00

8 lines
268 B
YAML

---
fixes:
- |
Some services are now enabling the "new default roles" which means all
non-admin users must have the "member" or "reader" role. This fix updates
the test credentials to include these roles when not running in
admin-or-owner test mode.