newrelic / nr1-slo-r

NR1 SLO-R allows you to define, calculate and report on service-level objective (SLO) attainment.
https://discuss.newrelic.com/t/track-your-service-level-objectives-with-the-slo-r-nerdpack/90046
Apache License 2.0
21 stars 21 forks source link

Data accessible issue #107

Open gem-wang opened 4 years ago

gem-wang commented 4 years ago

Description

I served SLO/R app locally and played with 2 entities. Didn't publish it yet. But when another restricted user served it locally, he can see the 2 entities I played with, they were shown on the entity list field. How do these 2 entities show up in his local serve? Isn't it supposed to be isolated before subscription?

Steps to Reproduce

Expected Behaviour

Relevant Logs / Console output

Your Environment

Additional context

ricegi commented 4 years ago

The code is running locally, but it will be creating SLO documents in the target account based on the GUID for the nerdpack. Even if you're serving locally these will be seen if users are executing with the same nerdpack GUID

gem-wang commented 4 years ago

@ricegi Does this mean that if I am running this locally with a profile pointing to master, another person running locally with a profile to subaccount A can see my data as well?