eclipse-edc / Technology-Gcp

Apache License 2.0
3 stars 5 forks source link

refactor: add scopes to credentials for provisioners #163

Closed man8pr closed 3 months ago

man8pr commented 3 months ago

What this PR changes/adds

IamService provides methods for getting credentials from token or service account, using optionally scopes.

Why it does that

Constraining the scope of the credentials improves the security.

man8pr commented 3 months ago

there's an unneded allDependencies file that needs to be removed from this PR

Removed, thanks for the finding!