# Functions
Decode parses and decodes a service account from a base64 encoded JSON string.
Encode encodes the given service account name and pgp key into a base64 encoded JSON string.
GetFromEnv checks if a service account is available in the environment variables.
# Constants
OmniServiceAccountKeyEnvVar is the name of the environment variable that contains the base64-encoded service account key JSON.
SideroServiceAccountKeyEnvVar is the name of the environment variable that contains the base64-encoded service account key JSON.
# Structs
JSON is the JSON representation of a service account.
ServiceAccount represents a service account with an identity and a pgp key.