weixin_39883129 2020-11-29 21:14
浏览 0

LXD Trust passwords

Description of change

The following changes allows you to only sign up in interactive mode with a trust password. Everything else is then created and exchanged behind the scenes.

Included are some interactive tests that highlight the branching changes from the schema.

Additional changes to the interactive mode to help with the user UX.

QA steps

It assumes that you have access to a remote lxd cluster, save the following file so we can reference it later.

The LXD server in question should have a trust password configured.

yaml
clouds:
  lxd:
    type: lxd
    auth-types: [interactive]
    endpoint: https://10.0.0.250:8443
sh
juju add-cloud /path/to/cloud.yaml
juju add-credential lxd

When asked, add the trust password, but then skip on all the other optional values.

Documentation changes

The following changes allow a one password sign-on to a lxd cluster from juju. See the demo below for more information.

Bug reference

N/A

Demo

demo

该提问来源于开源项目:juju/juju

  • 写回答

6条回答 默认 最新

  • weixin_39883129 2020-11-29 21:14
    关注

    https://trello.com/c/x1BzAZWC/382-client-cert-and-client-key-for-credentials-should-be-optional-and-generate-if-not-present

    评论

报告相同问题?