Comment 5 for bug 1804401

Revision history for this message
Gábor Mészáros (gabor.meszaros) wrote :

A possible workaround for this situation is to include the password in the accounts definition file. E.g.:

.local/share/juju/accounts.yaml
controllers:
  controller1:
    user: user1
    password: MySecurePassw0rd
    last-known-access: login

Which may not be optimal for some use cases, but for others it could be even better, as there will be no password prompted when the sessions expire.