You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
additionally, logic for GooglePolicyMember for specific service account types (currently have an enumeration for these in cirrus:
is_compute_engine_default_service_account()
is_google_api_service_account()
is_compute_engine_api_service_account()
is_user_managed_service_account()
Bonus points for updating fence to use these new functions instead of importing the COMPUTE_ENGINE_DEFAULT_SERVICE_ACCOUNT types and checking against them
The text was updated successfully, but these errors were encountered:
add an
is_user()
to GooglePolicyMemberadd an
is_service_account()
to GooglePolicyMemberadd an
is_group()
to GooglePolicyMemberadditionally, logic for GooglePolicyMember for specific service account types (currently have an enumeration for these in cirrus:
is_compute_engine_default_service_account()
is_google_api_service_account()
is_compute_engine_api_service_account()
is_user_managed_service_account()
Bonus points for updating fence to use these new functions instead of importing the
COMPUTE_ENGINE_DEFAULT_SERVICE_ACCOUNT
types and checking against themThe text was updated successfully, but these errors were encountered: