Skip to content
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

Migrate v1 from gRPC to REST #22

Open
emgrav opened this issue Sep 25, 2024 · 1 comment
Open

Migrate v1 from gRPC to REST #22

emgrav opened this issue Sep 25, 2024 · 1 comment

Comments

@emgrav
Copy link
Member

emgrav commented Sep 25, 2024

The v2 and v3 APIs are not feature complete, we are f.x. missing updating user metadata. We will need to keep using some v1 endpoints, so we should support these endpoints via the REST transport as well.

@sirewix
Copy link
Contributor

sirewix commented Jan 10, 2025

Originally posted by @tlater-famedly in https://github.com/famedly/zitadel-actions-manager/issues/3:

Originally we envisioned the v2 API as replacing the v1 api entirely, and as such we left the v1 methods primarily as deprecated for backwards compatibility.

In practice, Zitadel's v2 API should be seen as an extension of the v1 API, so this doesn't really work.

We have decided to provide the same clients for "both" APIs, and generate our own types to use it instead of using the upstream zitadel crate. This will allow us to actually deprecate the "v1" API, and make it easier to provide as-yet unimplemented methods for the "v1" API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants