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

Remove grpc dependency leak through iam headers #338

Merged
merged 4 commits into from
Nov 19, 2024
Merged

Conversation

Gazizonoki
Copy link
Collaborator

@Gazizonoki Gazizonoki commented Nov 13, 2024

Суть PR'а следующая: grpc течет из-за реализации обобщенного iam провайдеры в iam/common/iam.h
Но частью интерфейса он не является.
Тогда можем сделать следующее:

  1. Отделить приватную common часть в src/iam/common
  2. Интерфейс перенести в include/ydb-cpp-sdk/client/Iam/iam.h
  3. Общую часть интерфейса между провайдерами вынести в include/ydb-cpp-sdk/client/Iam/common/types.h

Нужны будут правки инклюдов во внутреннем репозитории

@Gazizonoki Gazizonoki merged commit 78678ee into main Nov 19, 2024
6 checks passed
@Gazizonoki Gazizonoki deleted the refactor-iam branch November 19, 2024 15:37
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

Successfully merging this pull request may close these issues.

2 participants