I am trying to maintain access control for google cloud logging.
For example, I have a compute engine VM, inside which multiple applications are running inside an OpenShift cluster e.g. application 1, application 2 etc. I want to send these application specific logs to log buckets.
Is it possible, that people who are working on application 1 in VM can only see logs specific to application 1, whereas people working on application 2 in VM can only see logs specific to application 2.
Condition - same VM, different applications, people see logs only for the applications they are working on.
My approach is to create log views then control access based on bucket level access and field level access. Is it possible to do in this way?
Please suggest any other solution if available, thanks in advance.