=== grumble1 is now known as grumbe === grumbe is now known as grumble [20:33] Morning o/ [21:47] babbageclunk: would you have any idea where/why one might see this error "permission denied (unauthorized access)" when attempting to make a FacadeCall? (seems it may be caas specific here, as a IAAS model is fine) [21:55] veebers: Sorry, missed your question - generally that means that an auth check failed. What facade & method is it? [21:57] babbageclunk: It's a UnitFacadeClient call to "GetResourceInfo", in resource/api/private/client/client.go [21:57] babbageclunk: I'm sure it's something like that, maybe like ApplicationTagKind needs to be added somewhere (I had to do something similar a little earlier) but for the life of me I can't find where that may need to happen [21:57] (or a list updated or something etc.) [21:59] veebers: ok, let's just take a look at the checks the server is doing [22:00] hmm, resources code tends to be pretty twisty-turny [22:01] babbageclunk: aye [22:01] doing a few find-implementations...