Skip to content

Manage credentials without GCP Service Account as a middleman #87

@nazarewk

Description

@nazarewk

I am not sure since when (probably quite recently) it is possible to grant direct resource access to federation principals without using GCP Service Account as a middleman.

It would be great to support this use case here.

When I try to skip service account email annotation I'm getting this error

return nil, fmt.Errorf("%s, %s must set at a time", filepath.Join(annotationDomain, WorkloadIdentityProviderAnnotation), filepath.Join(annotationDomain, TokenExpirationAnnotation))

Which at the same time is wrong (should point to service account annotation, not expiration annotation).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions