[10:18] Hi, I have a charm which can relate to various applications in different models. I'd like the charm to be able to able to tell which relations come from the same model so it can setup acls to allow them access to the same resources but never allow relations from different models to share resources. Is it correct that currently there is no way for the charm to tell which relations come from applications in the same model? [10:20] The clients could pass their JUJU_MODEL_UUID down the relation but then that uuid becomes a sensitive piece of information which seems counter-intuitive [11:10] manadart, ready to review now https://github.com/juju/juju/pull/12369 [11:11] gnuoy, interesting, I don't know the answer to this... [11:13] stickupkid: Yep. [11:35] stickupkid: Reviewed. [11:57] manadart, updated