We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31ef16 commit df3ec42Copy full SHA for df3ec42
1 file changed
juju/controller.py
@@ -146,6 +146,7 @@ async def update_endpoints(self):
146
for e in info.results[0].addresses
147
]
148
except errors.JujuPermissionError:
149
+ log.warning("This user doesn't have at least read access to the controller model, so endpoints are not updated after connection.")
150
pass
151
152
async def connect_current(self):
0 commit comments