Skip to content

Cleanup credentials stored in the keyring

Felipe Borges requested to merge delete-auth-credentials into master

Since commit e6919042 we store the machine credentials in the keyring.

We should remote these credentials from the keyring when:

  • Machine is deleted (removed).
  • The authentication failed (therefore credentials are invalid).

Merge request reports