eclipse-edc / Technology-Gcp

Apache License 2.0
3 stars 6 forks source link

IAM add support for existing service account and ADC access token #110

Closed man8pr closed 7 months ago

man8pr commented 7 months ago

Feature Request

Update IAM service to support the use of existing service accounts and the use of ADC access tokens.

Which Areas Would Be Affected?

Provisioning of resources will be able to impersonate service accounts and use ADC access tokens.

Why Is the Feature Desired?

To avoid the creation of service accounts and binding resources and roles.

Solution Proposal

Update IamService interface and IamServiceImpl class.