Hey everyone,
Here is my goal and I want to ensure this would be the most NEAT and SIMPLE way of going about this...
I need to separate (2) roles basically, "ReadOnly" and "SuperAdmin". Same Domain.
I want to be able to either use the same project and have two different permissions sets OR what im currently trying is two different projects with two different permissions set from IAM
Problem, is that the "ReadOnly" is STILL being able to conduct write commands, is there something needing to be adjust to the project to lower permissions?
Has anyone done something like this?