Report
when changing the name of the role from ab to dc/ab the old role remains in that database
More about the problem
when i do db.system.roles.find() i see both roles
Steps to reproduce
- create role with name
ab
- change role name to
db/ab
- run
db.system.roles.find() and observe they both exist
Versions
- Kubernetes 1.33
- Operator 1.21.1
- Database mongo 7.0.26-14
Anything else?
No response