-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Missing deployment steps #5558
Comments
@agriffard if you have time, can you evaluate these, and mark the ones with |
Also sitemaps does not have a deployment / recipe step yet (not totally site settings related) |
@agriffard could you please mark the once are done, may I assist it you on this |
Adding to this list Recipes Steps which exist, but have no mechanism for handling secrets, so throw exceptions when used.
Related also #6364 and we will need to review other steps for the same issue. Search for anything using a |
Ok, to be clear: |
@hishamco When I do a PR, I add the #link next to the task and when it is merged, I will check the task are done. During the previous triage meeting, we were still discussing if we wanted a generic way to export settings (@Piedone 's proposal, that has been closed) or if we have to develop an export step for each settings or a generic Settings deployment step with opt-ins (#5325). We also discussed about the way to handle the ones that have secrets (@deanmarcussen 's PR about Smtp settings #6421) |
Further notes about a design for a generic settings handler (if we choose to go that way) I think it's quite positive to have a generic handler, but we agreed this could not handle secrets, so worth evaluating how many "settings" would work with a generic handler, to evaluate if someone wants to write it :) |
Can i export and import existing users using deployment? |
You cannot currently do this. I am working towards being able to handle secrets during deployment on tis pr #6421 When that is completed - it's not ready, we might be able to consider import and export of users through deployment. |
While you can't export and import users per se but you can create users from a recipe with the ˙ |
Rereading this. Making a note here of the steps which are not secret related, shouldn't use generic site settings, and can be added now @hishamco if you want to? Some settings do not have a deployment step to import (IRecipeStepHandler) and export (IDeploymentSource) them:
|
I will make a PR for the missing steps @deanmarcussen @hishamco . |
Are we still missing some? Should we create individual issue instead? |
Only the ones with data protected secrets (I think), so they'll all get covered if I ever finish the secrets module off |
Some settings do not have a deployment step to import (IRecipeStepHandler) and export (IDeploymentSource) them:
IOptions<GraphQLSettings>
(just should have been namedGraphQLOptions
, not settings)The text was updated successfully, but these errors were encountered: