Skip to main content

Config

This class defines the configuration structure for storage. It specifies the storage type, a prefix for secret files, and a prefix for environment variables.

Attributes

AttributeTypeDescription
Type[Type](type.md?sid=flyteplugins_go_tasks_pluginmachinery_secretmanager_type)Sets the type of storage to configure [local].
SecretFilePrefixstringPrefix where to look for secrets file.
EnvironmentPrefixstringPrefix for environment variables.