-
Notifications
You must be signed in to change notification settings - Fork 108
Migrate the System User resource to the plugin framework. #1154
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: main
Are you sure you want to change the base?
Conversation
make docs-generate
VersionConstraint: "0.11.15", | ||
}, | ||
}, | ||
ProtoV6ProviderFactories: acctest.Providers, |
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.
Do we need it if we rely on ExternalProviders
?
} | ||
|
||
var userPassword models.UserPassword | ||
// TB TODO Fix up this logic. It should only set the password when it's set in config |
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.
Shall we fix this in this PR or in a follow-up one?
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.
Looks good besides 2 nit-picks and the missing changelog 👍
Mostly done by Windsurf so I guess there could be dragons... I think I've found the insane bits though.