-
Notifications
You must be signed in to change notification settings - Fork 13
fix(add-model): dials juju as external user on add-model #1722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v3
Are you sure you want to change the base?
Conversation
luci1900
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems cleaner than granting permissions separately, but obviously incomplete.
kian99
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume there's no test changes because this was already tested and we're just refactoring?
|
out of scope for this pr: why don't we add a |
246e402 to
e0cbc02
Compare
Changes the way JIMM dials the controller when adding a model.
e0cbc02 to
10e5904
Compare
Description
Changes the way JIMM dials the controller when adding a model. This is to achieve Juju 4 compatibility when adding a model - juju 4 has strong referential integrity, so atm JIMM fails to add cloud credentials for an external user, because that external user does not exist in controller's database. After this change, this PR should at least enable us to add credentials and a model.
Engineering checklist
Test instructions