package
3.9.1
Repository: https://github.com/getsops/sops.git
Documentation: pkg.go.dev

# Functions

MasterKeysFromResourceIDString takes a comma separated list of GCP KMS resource IDs and returns a slice of new MasterKeys for them.
NewMasterKeyFromResourceID creates a new MasterKey with the provided resource ID.

# Constants

KeyTypeIdentifier is the string used to identify a GCP KMS MasterKey.
SopsGoogleCredentialsEnv can be set as an environment variable as either a path to a credentials file, or directly as the variable's value in JSON format.

# Structs

MasterKey is a GCP KMS key used to encrypt and decrypt the SOPS data key.

# Type aliases

CredentialJSON is the Service Account credentials JSON used for authenticating towards the GCP KMS service.