You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be great to minimize operating costs. i see two main points here.
why is an ory kratos necessary? it has to be maintained/updated etc. basically the most organizations usually has ONE oauth2 service for their dev-teams (github, azure devops, gitlab, gitea or similar) and does not have to manage multiple social logins. wouldn't it be better to just configure one oauth2 provider and do without kratos? since the tool is for developers, it should be acceptable for the person installing the server to configure an oauth service.
it would be great if a sqlite database could be used when wished instead of postgres. since no “heavy write-load” is to be expected here, this would also save a postgres server and could simplify some subsequent topics such as backup, restore, migration. It would also significantly reduce operating costs.
this would also make it easier to run the devguard server as a single-go application optionally - without container overhead.
The text was updated successfully, but these errors were encountered:
Hi @JSXRED,
thanks a lot for that input. You are right, I think the deployment infrastructure can be simplified a lot by using a sqllite and by providing oauth2 provider configuration. This would make the kratos deployment and postgresql deployment optional. I am happy to accept any PRs!
it would be great to minimize operating costs. i see two main points here.
why is an ory kratos necessary? it has to be maintained/updated etc. basically the most organizations usually has ONE oauth2 service for their dev-teams (github, azure devops, gitlab, gitea or similar) and does not have to manage multiple social logins. wouldn't it be better to just configure one oauth2 provider and do without kratos? since the tool is for developers, it should be acceptable for the person installing the server to configure an oauth service.
it would be great if a sqlite database could be used when wished instead of postgres. since no “heavy write-load” is to be expected here, this would also save a postgres server and could simplify some subsequent topics such as backup, restore, migration. It would also significantly reduce operating costs.
this would also make it easier to run the devguard server as a single-go application optionally - without container overhead.
The text was updated successfully, but these errors were encountered: