Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add a new update-credential command #6373
Conversation
| + return nil | ||
| +} | ||
| + | ||
| +func (c *updateCredentialCommand) processError(client credentialAPI, initialErr error) error { |
axw
Oct 5, 2016
•
Member
-1, this assumes to much. Please either use a special error code or do the check in the client first.
|
QA: bootstrap aws, change credential locally, run update-credential. verify also that attempt to update credential on lxd for aws is rejected. |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 4f6ae67
into
juju:master
Oct 5, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedOct 4, 2016
Fixes: https://bugs.launchpad.net/juju/+bug/1623811
A new update-credential command is added. This allows locally updated credentials to be uploaded to the controller to replace any existing credentials which may be in use.