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