From keystone's perspective, the ``member`` and ``reader`` roles are
effectively the same, isolating writable role operations to the
``admin`` role.
This commit adds explicit testing to make sure the ``member`` role is
allowed to perform readable and not writable role operations.
Subsequent patches will incorporate:
- system admin functionality
- domain user test coverage
- project user test coverage
Reviewed: https:/ /review. openstack. org/622525 /git.openstack. org/cgit/ openstack/ keystone/ commit/ ?id=dd9d06c6379 d1f9cb046ae4940 6330a31bb63a09
Committed: https:/
Submitter: Zuul
Branch: master
commit dd9d06c6379d1f9 cb046ae49406330 a31bb63a09
Author: Lance Bragstad <email address hidden>
Date: Tue Dec 4 15:50:41 2018 +0000
Add role tests for system member role
From keystone's perspective, the ``member`` and ``reader`` roles are
effectively the same, isolating writable role operations to the
``admin`` role.
This commit adds explicit testing to make sure the ``member`` role is
allowed to perform readable and not writable role operations.
Subsequent patches will incorporate:
- system admin functionality
- domain user test coverage
- project user test coverage
Change-Id: I2bc3b65b6ef16a daa95e6299ac205 b26797f7185
Related-Bug: 1805402
Related-Bug: 1806713