# Packages
No description provided by the author
# Functions
CanImpersonate checks if a given service account can be impersonated by the authenticated user.
CheckActiveAccountSet ensures that the current gcloud config has an active account value and if an account is set, it returns the value.
ClientWithReason creates a client SDK with the provided reason field.
ConfigureGcloudProxy configures the current gcloud configuration to use the auth proxy.
FetchAvailableServiceAccounts gets a list of service accounts that the user can impersonate.
GenerateTemporaryAccessToken generates short-lived credentials for the given service account.
GetClusters gets the list of clusters in the current project.
GetCurrentProject get the active project from the gcloud config.
GetCurrentRegion get the active region from the gcloud config.
GetCurrentZone get the active zone from the gcloud config.
UnsetGcloudProxy restores the auth proxy changes made to the gcloud config.