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

Please bring back IAMv1 support #5811

Open
leonboot opened this issue Nov 4, 2024 · 0 comments
Open

Please bring back IAMv1 support #5811

leonboot opened this issue Nov 4, 2024 · 0 comments

Comments

@leonboot
Copy link

leonboot commented Nov 4, 2024

Is your feature request related to a problem? Please describe.
A year and a half ago, I filed an issue about missing properties from the Google\Service\Iam class related to service accounts. The somewhat unsatisfactory response was "v2 is now the dominant version, so support for v1 was dropped." This effectively prohibits anyone from updating to a version of 0.286.0 or newer, if they use the library to create service accounts.

Describe the solution you'd like
I would like to have support for both v1 and v2 of the IAM API. As we are nowhere close to feature parity, I am lead to believe this is not Google's intent and both versions have different purposes. This is further strengthened by the fact that both the Java client and the Go client have support for both versions:

Describe alternatives you've considered
A suggestion in the previous issue was using low level calls to interact with the API. This is not a viable option as we prefer readable and maintainable code for our projects.

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

1 participant